summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2016-07-01 09:16:41 +0200
committerEdward Hervey <bilboed@bilboed.com>2016-07-01 09:16:41 +0200
commitc8a6a30d43e3e5a6205753261de451513372db8f (patch)
treeec5caad562776d18b82b14ec0e47419cd42ffdb4
parent3e193047a364adcd3b9c29ca6cba3cc53d11ff8e (diff)
downloadgst-libav-c8a6a30d43e3e5a6205753261de451513372db8f.tar.gz
configure: Disable {audio|video}toolbox support (osx/ios)
We already have native plugins for those
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 14c4900..0e9316b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -363,6 +363,7 @@ else
--disable-encoder=flac --disable-protocols --disable-devices \
--disable-network --disable-hwaccels --disable-dxva2 --disable-vdpau \
--disable-filters --enable-filter=yadif --disable-doc --disable-vda --disable-d3d11va --disable-dxva2 \
+ --disable-audiotoolbox --disable-videotoolbox \
--disable-iconv --enable-optimizations"
if test "x$enable_gpl" == "xyes"; then