mp4: Fix compiling with recent GPAC versions

This commit is contained in:
Henrik Gramner
2020-09-12 19:23:55 +02:00
parent db0d417728
commit 2726e45d4a
+1 -1
View File
@@ -354,7 +354,7 @@ static void print_version_info( void )
printf( "(ffmpegsource %d.%d.%d.%d)\n", FFMS_VERSION >> 24, (FFMS_VERSION & 0xff0000) >> 16, (FFMS_VERSION & 0xff00) >> 8, FFMS_VERSION & 0xff );
#endif
#if HAVE_GPAC
printf( "(gpac " GPAC_FULL_VERSION ")\n" );
printf( "(gpac " GPAC_VERSION ")\n" );
#endif
#if HAVE_LSMASH
printf( "(lsmash %d.%d.%d)\n", LSMASH_VERSION_MAJOR, LSMASH_VERSION_MINOR, LSMASH_VERSION_MICRO );