ffmpeg: new has, more features
svn path=/nixpkgs/branches/stdenv-updates/; revision=10524
This commit is contained in:
parent
1bd8ddd18e
commit
410197a734
@ -1,17 +1,17 @@
|
||||
{stdenv, fetchsvn}:
|
||||
args: with args;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ffmpeg-svn-2007-12-04";
|
||||
src = fetchsvn {
|
||||
url = svn://svn.mplayerhq.hu/ffmpeg/trunk ;
|
||||
rev = "11164";
|
||||
#sha256 = "95658455e466aeab5a302ddd6e7b2f79f620d4495012add46028a548e6c364b2";
|
||||
sha256 = "c97b0cd791f8408cfc69452ff7afbf00d34b367e493dfbcae830fba99c229189";
|
||||
sha256 = "80d3b3311abaf8343b73c711f02d269e8c87991f2c3d0f08e32309d39ad6aa3b";
|
||||
};
|
||||
/*fetchurl {
|
||||
url = http://ffmpeg.mplayerhq.hu/ffmpeg-export-snapshot.tar.bz2;
|
||||
sha256 = "040a35f0c004323af14329c09ad3cff8d040e2cf9797d97cde3d9d83d02b4d87";
|
||||
};*/
|
||||
|
||||
propagatedBuildInputs = [ a52dec lame libtheora x11 zlib SDL];
|
||||
# !!! Hm, what are the legal consequences of --enable-gpl?
|
||||
configureFlags = "--enable-shared --enable-pp --enable-gpl --disable-ffserver --disable-ffplay";
|
||||
configureFlags = "--enable-pthreads --enable-gpl --enable-pp --enable-shared
|
||||
--disable-static --enable-x11grab --enable-liba52 --enable-libmp3lame
|
||||
--enable-libtheora --enable-swscaler";
|
||||
}
|
||||
|
||||
|
@ -1874,7 +1874,7 @@ rec {
|
||||
};
|
||||
|
||||
ffmpeg_svn = import ../development/libraries/ffmpeg_svn_snapshot {
|
||||
inherit fetchsvn stdenv;
|
||||
inherit fetchsvn stdenv a52dec libtheora x11 lame zlib SDL;
|
||||
};
|
||||
|
||||
fftw = import ../development/libraries/fftw {
|
||||
|
Loading…
Reference in New Issue
Block a user