diff --git a/vlc.changes b/vlc.changes index 2e3a9f7..b6a364f 100644 --- a/vlc.changes +++ b/vlc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 1 18:22:44 UTC 2015 - jengelh@inai.de + +- Enable ffmpeg for newer openSUSE + ------------------------------------------------------------------- Tue Apr 28 19:30:49 UTC 2015 - tittiatcoke@gmail.com diff --git a/vlc.spec b/vlc.spec index 4ee75a0..58413f2 100644 --- a/vlc.spec +++ b/vlc.spec @@ -172,6 +172,11 @@ BuildRequires: libkde4-devel %if 0%{?suse_version} >= 1320 BuildRequires: pkgconfig(ncursesw) %endif +%if 0%{?suse_version} >= 1321 +BuildRequires: pkgconfig(libavcodec) >= 55.26.0 +BuildRequires: pkgconfig(libavformat) >= 53.21.0 +BuildRequires: pkgconfig(libavutil) >= 52.4.0 +%endif # Those are dependencies which are NOT provided in openSUSE, mostly for legal reasons. %if 0%{?BUILD_ORIG} BuildRequires: faad2-devel