mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 20:46:22 +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
|
#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…
Reference in a new issue