forked from jengelh/ffmpeg-4
Accepting request 809832 from home:jirislaby:branches:multimedia:libs
- libfdk-aac is now .so.2, not .so.1. OBS-URL: https://build.opensuse.org/request/show/809832 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=117
This commit is contained in:
parent
70ab5e68a7
commit
58cec6c836
@ -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) {
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user