mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
configure: Disable VAAPI support
We have native plugins (gst-vaapi) for that
This commit is contained in:
parent
c8a6a30d43
commit
840de21f05
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +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-audiotoolbox --disable-videotoolbox --disable-vaapi \
|
||||
--disable-iconv --enable-optimizations"
|
||||
|
||||
if test "x$enable_gpl" == "xyes"; then
|
||||
|
|
Loading…
Reference in a new issue