Merge pull request #39021 from pbogdan/vlc-obsolete-argument

vlc: drop unused onlyLibVLC argument
This commit is contained in:
Matthew Justin Bauer
2018-04-19 12:01:11 -05:00
committed by GitHub

View File

@@ -7,7 +7,6 @@
, libmtp, unzip, taglib, libkate, libtiger, libv4l, samba, liboggz
, libass, libva, libdvbpsi, libdc1394, libraw1394, libopus
, libvdpau, libsamplerate, live555, fluidsynth
, onlyLibVLC ? false
, qt4 ? null
, withQt5 ? false, qtbase ? null, qtx11extras ? null
, jackSupport ? false
@@ -68,8 +67,7 @@ stdenv.mkDerivation rec {
"--enable-vdpau"
"--enable-dvdnav"
"--enable-samplerate"
]
++ optional onlyLibVLC "--disable-vlc";
];
enableParallelBuilding = true;