Accepting request 809841 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/809841
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-4?expand=0&rev=28
This commit is contained in:
Dominique Leuenberger 2020-06-03 18:28:57 +00:00 committed by Git OBS Bridge
commit cbcde8b32a
2 changed files with 7 additions and 2 deletions

View File

@ -69,7 +69,7 @@ Index: ffmpeg-4.2.1/libavcodec/libfdk-aacdec.c
+#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 @@ Index: ffmpeg-4.2.1/libavcodec/libfdk-aacenc.c
+#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) {

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 28 06:48:37 UTC 2020 - Jiri Slaby <jslaby@suse.com>
- libfdk-aac is now .so.2, not .so.1.
-------------------------------------------------------------------
Mon May 11 09:40:09 UTC 2020 - Jan Engelhardt <jengelh@inai.de>