mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
avidemux: don't depend on unfree FAAC by default
This commit is contained in:
parent
d7e87db0c7
commit
54eb061a12
@ -3,7 +3,7 @@
|
|||||||
, yasm, fribidi, gtk3, qt4
|
, yasm, fribidi, gtk3, qt4
|
||||||
, withX264 ? true, x264
|
, withX264 ? true, x264
|
||||||
, withLAME ? true, lame
|
, withLAME ? true, lame
|
||||||
, withFAAC ? true, faac
|
, withFAAC ? false, faac
|
||||||
, withVorbis ? true, libvorbis
|
, withVorbis ? true, libvorbis
|
||||||
, withPulse ? true, libpulseaudio
|
, withPulse ? true, libpulseaudio
|
||||||
, withFAAD ? true, faad2
|
, withFAAD ? true, faad2
|
||||||
|
Loading…
Reference in New Issue
Block a user