mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +03:00
Merge pull request #39021 from pbogdan/vlc-obsolete-argument
vlc: drop unused onlyLibVLC argument
This commit is contained in:
commit
c9a3d91959
@ -7,7 +7,6 @@
|
|||||||
, libmtp, unzip, taglib, libkate, libtiger, libv4l, samba, liboggz
|
, libmtp, unzip, taglib, libkate, libtiger, libv4l, samba, liboggz
|
||||||
, libass, libva, libdvbpsi, libdc1394, libraw1394, libopus
|
, libass, libva, libdvbpsi, libdc1394, libraw1394, libopus
|
||||||
, libvdpau, libsamplerate, live555, fluidsynth
|
, libvdpau, libsamplerate, live555, fluidsynth
|
||||||
, onlyLibVLC ? false
|
|
||||||
, qt4 ? null
|
, qt4 ? null
|
||||||
, withQt5 ? false, qtbase ? null, qtx11extras ? null
|
, withQt5 ? false, qtbase ? null, qtx11extras ? null
|
||||||
, jackSupport ? false
|
, jackSupport ? false
|
||||||
@ -68,8 +67,7 @@ stdenv.mkDerivation rec {
|
|||||||
"--enable-vdpau"
|
"--enable-vdpau"
|
||||||
"--enable-dvdnav"
|
"--enable-dvdnav"
|
||||||
"--enable-samplerate"
|
"--enable-samplerate"
|
||||||
]
|
];
|
||||||
++ optional onlyLibVLC "--disable-vlc";
|
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user