diff --git a/gegl.changes b/gegl.changes index b314ba7..f1275e2 100644 --- a/gegl.changes +++ b/gegl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Apr 16 22:01:17 UTC 2016 - olaf@aepfle.de + +- Use pkgconfig instead of libffmpeg-devel + ------------------------------------------------------------------- Tue Jan 26 14:00:45 UTC 2016 - idonmez@suse.com diff --git a/gegl.spec b/gegl.spec index cef1bdf..e0a409e 100644 --- a/gegl.spec +++ b/gegl.spec @@ -68,7 +68,9 @@ BuildRequires: ruby BuildRequires: suitesparse-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?BUILD_ORIG} -BuildRequires: ffmpeg-devel +BuildRequires: pkgconfig(libavcodec) +BuildRequires: pkgconfig(libavformat) +BuildRequires: pkgconfig(libswscale) %if 0%{?BUILD_ORIG_ADDON} Provides: patched_subset %else