mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ const CFStringRef kVTCompressionPropertyKey_Quality = CFSTR ("Quality");
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_VIDEOTOOLBOX_10_9_6
|
||||
extern int
|
||||
extern OSStatus
|
||||
VTCompressionSessionPrepareToEncodeFrames (VTCompressionSessionRef session)
|
||||
__attribute__ ((weak_import));
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue