Hello community, here is the log from the commit of package ffmpeg2 for openSUSE:Factory checked in at 2016-11-03 11:09:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ffmpeg2 (Old) and /work/SRC/openSUSE:Factory/.ffmpeg2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ffmpeg2" Changes: -------- --- /work/SRC/openSUSE:Factory/ffmpeg2/ffmpeg2.changes 2016-10-14 09:05:32.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ffmpeg2.new/ffmpeg2.changes 2016-11-03 11:09:50.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Oct 28 17:58:28 UTC 2016 - [email protected] + +- Enable libfdk_aac if it is available at buildtime + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ffmpeg2.spec ++++++ --- /var/tmp/diff_new_pack.kg5XB0/_old 2016-11-03 11:09:51.000000000 +0100 +++ /var/tmp/diff_new_pack.kg5XB0/_new 2016-11-03 11:09:51.000000000 +0100 @@ -16,6 +16,7 @@ # +%bcond_with fdk_aac %bcond_with lame %bcond_with librtmp %bcond_with twolame @@ -114,6 +115,9 @@ BuildRequires: pkgconfig(xfixes) BuildRequires: pkgconfig(zlib) %if 0%{?BUILD_ORIG} +%if %{with fdk_aac} +BuildRequires: pkgconfig(fdk-aac) +%endif %if %{with librtmp} BuildRequires: pkgconfig(librtmp) %endif @@ -331,6 +335,9 @@ --enable-vdpau \ %endif %if 0%{?BUILD_ORIG} +%if %{with fdk_aac} + --enable-libfdk_aac --enable-nonfree \ +%endif %if %{with lame} --enable-libmp3lame \ %endif
