Merge pull request #30449 from hhomar/mpv-enable-dvb-linux
mpv: enable dvb on Linux
This commit is contained in:
commit
e48154dfa2
@ -108,6 +108,7 @@ in stdenv.mkDerivation rec {
|
|||||||
(enableFeature dvdnavSupport "dvdnav")
|
(enableFeature dvdnavSupport "dvdnav")
|
||||||
(enableFeature vaapiSupport "vaapi")
|
(enableFeature vaapiSupport "vaapi")
|
||||||
(enableFeature waylandSupport "wayland")
|
(enableFeature waylandSupport "wayland")
|
||||||
|
(enableFeature stdenv.isLinux "dvbin")
|
||||||
];
|
];
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user