diff options
author | Hyunjun Ko <zzoon@igalia.com> | 2016-04-21 10:06:40 +0900 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-04-21 09:28:01 +0300 |
commit | 45b258127c0563b5608d256c094468de02452036 (patch) | |
tree | 5cef908c1ecf32fac19694886a0b5073d46a7b83 /sys/applemedia/vtenc.c | |
parent | 40b2f41ca6af55182ffa958cbd0df06c817cd957 (diff) | |
download | gstreamer-plugins-bad-45b258127c0563b5608d256c094468de02452036.tar.gz |
applemedia: vtenc: fix build break on iOS
Fix 'conflicting types' error
https://bugzilla.gnome.org/show_bug.cgi?id=765292
Diffstat (limited to 'sys/applemedia/vtenc.c')
-rw-r--r-- | sys/applemedia/vtenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/applemedia/vtenc.c b/sys/applemedia/vtenc.c index 39e58102c..5c0c6ca62 100644 --- a/sys/applemedia/vtenc.c +++ b/sys/applemedia/vtenc.c @@ -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 |