fix dispmanx compile (dispmanx_gfx_get_frame_count)

line 601 looking for dispmanx_get_frame_count
the correct name is dispmanx_gfx_get_frame_count (from line 592)
This commit is contained in:
amigagamer 2015-05-30 17:00:06 +01:00
parent fbbc51f42b
commit 55934b4770

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 */