Hello community,

here is the log from the commit of package ffmpeg-4 for openSUSE:Factory 
checked in at 2020-06-03 20:28:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ffmpeg-4 (Old)
 and      /work/SRC/openSUSE:Factory/.ffmpeg-4.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ffmpeg-4"

Wed Jun  3 20:28:57 2020 rev:28 rq:809841 version:4.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ffmpeg-4/ffmpeg-4.changes        2020-05-13 
22:55:10.462902711 +0200
+++ /work/SRC/openSUSE:Factory/.ffmpeg-4.new.3606/ffmpeg-4.changes      
2020-06-03 20:29:12.092567872 +0200
@@ -1,0 +2,5 @@
+Thu May 28 06:48:37 UTC 2020 - Jiri Slaby <jsl...@suse.com>
+
+- libfdk-aac is now .so.2, not .so.1.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ffmpeg-4.2-dlopen-fdk_aac.patch ++++++
--- /var/tmp/diff_new_pack.vt0Ghz/_old  2020-06-03 20:29:12.896570316 +0200
+++ /var/tmp/diff_new_pack.vt0Ghz/_new  2020-06-03 20:29:12.900570328 +0200
@@ -69,7 +69,7 @@
 +#define aacDecoder_DecodeFrame dl_aacDecoder_DecodeFrame
 +#define aacDecoder_GetStreamInfo dl_aacDecoder_GetStreamInfo
 +#define aacDecoder_Close dl_aacDecoder_Close
-+#define FDKAAC_LIB "libfdk-aac.so.1"
++#define FDKAAC_LIB "libfdk-aac.so.2"
 +static int loadLibFdkAac(AVCodecContext *avctx);
 +static int loadLibFdkAac(AVCodecContext *avctx) {
 +      void *libfdkaac = NULL;
@@ -136,7 +136,7 @@
 +#define aacEncEncode dl_aacEncEncode
 +#define aacEncInfo dl_aacEncInfo
 +#define aacEncClose dl_aacEncClose
-+#define FDKAAC_LIB "libfdk-aac.so.1"
++#define FDKAAC_LIB "libfdk-aac.so.2"
 +
 +static int loadLibFdkAac(AVCodecContext *avctx);
 +static int loadLibFdkAac(AVCodecContext *avctx) {



Reply via email to