Merge pull request #1734 from amigagamer/dispmanxfix

fix dispmanx compile (dispmanx_gfx_get_frame_count)
This commit is contained in:
Twinaphex 2015-05-30 20:07:40 +02:00
commit e5387bc8f1
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ static uint64_t dispmanx_gfx_get_frame_count(void *data)
}
static const video_poke_interface_t dispmanx_poke_interface = {
dispmanx_get_frame_count,
dispmanx_gfx_get_frame_count,
NULL, /* set_video_mode */
NULL, /* set_filtering */
NULL, /* get_video_output_size */