ffmpeg 1.1: building libavresample

It's disabled by default, but mplayer2 requires it (still).
This commit is contained in:
Lluís Batlle i Rossell 2013-01-31 00:24:24 +01:00
parent 36f6f003fe
commit 10e12b76a5

View file

@ -41,6 +41,7 @@ stdenv.mkDerivation rec {
"--enable-swscale"
"--disable-ffplay"
"--enable-shared"
"--enable-avresample"
"--enable-runtime-cpudetect"
]
++ stdenv.lib.optional mp3Support "--enable-libmp3lame"