* ffmpeg needs --enable-shared.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15254
This commit is contained in:
parent
7e4dcb6c2b
commit
9609437573
|
@ -18,6 +18,7 @@ stdenv.mkDerivation {
|
||||||
--disable-ffserver
|
--disable-ffserver
|
||||||
--disable-ffplay
|
--disable-ffplay
|
||||||
--enable-libfaad
|
--enable-libfaad
|
||||||
|
--enable-shared
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [faad2];
|
buildInputs = [faad2];
|
||||||
|
|
Loading…
Reference in New Issue