diff --git a/mpv.changes b/mpv.changes index e19bef0..2e60a5b 100644 --- a/mpv.changes +++ b/mpv.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 26 13:16:44 UTC 2018 - jslaby@suse.com + +- enable tv + ------------------------------------------------------------------- Tue Oct 2 20:28:39 UTC 2018 - Martin Herkt <9+suse@cirno.systems> diff --git a/mpv.spec b/mpv.spec index 0ba0b5c..efe3f6d 100644 --- a/mpv.spec +++ b/mpv.spec @@ -15,7 +15,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -232,6 +232,7 @@ python3 ./waf configure \ --enable-libarchive \ --enable-dvbin \ --enable-drm \ + --enable-tv \ --enable-x11 \ %if 0%{?suse_version} > 1500 --enable-wayland \