diff --git a/mpv.spec b/mpv.spec index 68a0020..47f8c88 100644 --- a/mpv.spec +++ b/mpv.spec @@ -110,7 +110,7 @@ BuildRequires: pkgconfig(luajit) BuildRequires: pkgconfig(lua-5.1) %endif %else -BuildRequires: pkgconfig(lua-5.1) +BuildRequires: pkgconfig(lua) %endif %if 0%{?suse_version} >= 1315 # Testing framework: disabled for now as it runs just 1 test @@ -210,6 +210,8 @@ myopts="--disable-sdl1 --disable-sdl2" myopts+=" --disable-build-date" # Debug just adds -g and we do that over optflags anyway. myopts+=" --disable-debug" +# Explicitly enable samba (seems non-default now?) +myopts+=" --enable-libsmbclient" export CCFLAGS="%{optflags}" ./waf configure \ --prefix="%{_prefix}" \