forked from jengelh/ffmpeg-4
- Make ffmpeg-4.2-dlopen-fdk_aac.patch less verbose
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=89
This commit is contained in:
parent
08dc892806
commit
20b3c2932b
@ -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 <dlfcn.h>
|
||||
@ -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;
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 4 12:05:35 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
|
||||
|
||||
- Make ffmpeg-4.2-dlopen-fdk_aac.patch less verbose
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 22 08:45:17 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user