ffmpeg: fix vdpauSupport=false
This commit is contained in:
parent
35b403bf12
commit
4ac6c244cc
@ -136,7 +136,7 @@ stdenv.mkDerivation rec {
|
|||||||
(ifMinVer "2.1" "--enable-libssh")
|
(ifMinVer "2.1" "--enable-libssh")
|
||||||
(ifMinVer "0.6" (enableFeature vaapiSupport "vaapi"))
|
(ifMinVer "0.6" (enableFeature vaapiSupport "vaapi"))
|
||||||
(ifMinVer "3.4" (enableFeature vaapiSupport "libdrm"))
|
(ifMinVer "3.4" (enableFeature vaapiSupport "libdrm"))
|
||||||
"--enable-vdpau"
|
(enableFeature vdpauSupport "vdpau")
|
||||||
"--enable-libvorbis"
|
"--enable-libvorbis"
|
||||||
(ifMinVer "0.6" (enableFeature vpxSupport "libvpx"))
|
(ifMinVer "0.6" (enableFeature vpxSupport "libvpx"))
|
||||||
(ifMinVer "2.4" "--enable-lzma")
|
(ifMinVer "2.4" "--enable-lzma")
|
||||||
@ -171,7 +171,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
bzip2 fontconfig freetype gnutls libiconv lame libass libogg libssh libtheora
|
bzip2 fontconfig freetype gnutls libiconv lame libass libogg libssh libtheora
|
||||||
libvdpau libvorbis lzma soxr x264 x265 xvidcore zlib libopus speex nv-codec-headers
|
libvorbis lzma soxr x264 x265 xvidcore zlib libopus speex nv-codec-headers
|
||||||
] ++ optionals openglSupport [ libGL libGLU ]
|
] ++ optionals openglSupport [ libGL libGLU ]
|
||||||
++ optional libmfxSupport intel-media-sdk
|
++ optional libmfxSupport intel-media-sdk
|
||||||
++ optional vpxSupport libaom
|
++ optional vpxSupport libaom
|
||||||
|
Loading…
x
Reference in New Issue
Block a user