Ismail Dönmez 2019-07-02 09:03:42 +00:00 committed by Git OBS Bridge
parent f7ff0f34d5
commit 04de1162ee

View File

@ -141,16 +141,6 @@ Index: ffmpeg-4.1.3/libavcodec/libfdk-aacdec.c
===================================================================
--- ffmpeg-4.1.3.orig/libavcodec/libfdk-aacdec.c
+++ ffmpeg-4.1.3/libavcodec/libfdk-aacdec.c
@@ -17,7 +17,9 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#ifndef CONFIG_LIBFDK_AAC_DLOPEN
#include <fdk-aac/aacdecoder_lib.h>
+#endif
#include "libavutil/channel_layout.h"
#include "libavutil/common.h"
@@ -37,6 +39,54 @@
#define AAC_PCM_MAX_OUTPUT_CHANNELS AAC_PCM_OUTPUT_CHANNELS
#endif