mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
ffmpeg 1.1: building libavresample
It's disabled by default, but mplayer2 requires it (still).
This commit is contained in:
parent
36f6f003fe
commit
10e12b76a5
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ stdenv.mkDerivation rec {
|
|||
"--enable-swscale"
|
||||
"--disable-ffplay"
|
||||
"--enable-shared"
|
||||
"--enable-avresample"
|
||||
"--enable-runtime-cpudetect"
|
||||
]
|
||||
++ stdenv.lib.optional mp3Support "--enable-libmp3lame"
|
||||
|
|
Loading…
Reference in a new issue