diff --git a/ffmpeg-4.2-dlopen-fdk_aac.patch b/ffmpeg-4.2-dlopen-fdk_aac.patch index 26b3675..88a8529 100644 --- a/ffmpeg-4.2-dlopen-fdk_aac.patch +++ b/ffmpeg-4.2-dlopen-fdk_aac.patch @@ -30,7 +30,7 @@ Index: ffmpeg-4.2/libavcodec/dlopen.h =================================================================== --- /dev/null +++ ffmpeg-4.2/libavcodec/dlopen.h -@@ -0,0 +1,13 @@ +@@ -0,0 +1,12 @@ +#ifndef LOCALINC_DLOPEN_H +#define LOCALINC_DLOPEN_H +#include @@ -38,7 +38,6 @@ Index: ffmpeg-4.2/libavcodec/dlopen.h +#define str(x) #x + +#define dl_sym(func, args, lib) \ -+ fprintf(stderr, "dlsym " #func "\n"); \ + dl_##func = args dlsym(lib, #func); \ + if ((err = dlerror())) \ + goto error; diff --git a/ffmpeg-4.changes b/ffmpeg-4.changes index 2fc9e62..dd6f15d 100644 --- a/ffmpeg-4.changes +++ b/ffmpeg-4.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 4 12:05:35 UTC 2019 - Ismail Dönmez + +- Make ffmpeg-4.2-dlopen-fdk_aac.patch less verbose + ------------------------------------------------------------------- Thu Aug 22 08:45:17 UTC 2019 - Ismail Dönmez