applemedia: vtenc: fix build break on iOS
Fix 'conflicting types' error https://bugzilla.gnome.org/show_bug.cgi?id=765292
This commit is contained in:
parent
40b2f41ca6
commit
45b258127c
@ -58,7 +58,7 @@ const CFStringRef kVTCompressionPropertyKey_Quality = CFSTR ("Quality");
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_VIDEOTOOLBOX_10_9_6
|
#ifdef HAVE_VIDEOTOOLBOX_10_9_6
|
||||||
extern int
|
extern OSStatus
|
||||||
VTCompressionSessionPrepareToEncodeFrames (VTCompressionSessionRef session)
|
VTCompressionSessionPrepareToEncodeFrames (VTCompressionSessionRef session)
|
||||||
__attribute__ ((weak_import));
|
__attribute__ ((weak_import));
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user