mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
configure: Disable {audio|video}toolbox support (osx/ios)
We already have native plugins for those
This commit is contained in:
parent
3e193047a3
commit
c8a6a30d43
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue