* ffmpeg needs --enable-shared.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15254
This commit is contained in:
parent
7e4dcb6c2b
commit
9609437573
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ stdenv.mkDerivation {
|
|||
--disable-ffserver
|
||||
--disable-ffplay
|
||||
--enable-libfaad
|
||||
--enable-shared
|
||||
'';
|
||||
|
||||
buildInputs = [faad2];
|
||||
|
|
Loading…
Reference in a new issue