]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- fix faadbin soname, not to depend on devel at runtime (why exactly we need
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 9 Sep 2010 18:10:29 +0000 (18:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  runtime open anyway?)

Changed files:
    faadbin-libfaadname.patch -> 1.1

faadbin-libfaadname.patch [new file with mode: 0644]

diff --git a/faadbin-libfaadname.patch b/faadbin-libfaadname.patch
new file mode 100644 (file)
index 0000000..1371929
--- /dev/null
@@ -0,0 +1,11 @@
+--- ffmpeg-0.5.2/libavcodec/libfaad.c~ 2009-02-22 15:48:55.000000000 +0200
++++ ffmpeg-0.5.2/libavcodec/libfaad.c  2010-09-09 21:07:55.741372311 +0300
+@@ -43,7 +43,7 @@
+ #if CONFIG_LIBFAADBIN
+ #include <dlfcn.h>
+-static const char* const libfaadname = "libfaad.so";
++static const char* const libfaadname = "libfaad.so.0";
+ #else
+ #define dlopen(a)
+ #define dlclose(a)
This page took 0.050493 seconds and 4 git commands to generate.