summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-ffmpeg80/files/patch-ext_ffmpeg_Makefile.in
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2005-03-09 19:25:40 +0000
committerKoop Mast <kwm@FreeBSD.org>2005-03-09 19:25:40 +0000
commit065eb0daa52f41f90cd5951f681642913d476c06 (patch)
tree4df35338a26a51e603220bd04f93175dd9b0d97b /multimedia/gstreamer-ffmpeg80/files/patch-ext_ffmpeg_Makefile.in
parentadd a knob to embed gskk (SKK's dictionary for Canna) into Anthy. (diff)
Fix symbol conflict between the ffmpegcolorspace elements in gst-plugin and
gst-ffmpeg. Submitted by: marcus
Notes
Notes: svn path=/head/; revision=130749
Diffstat (limited to 'multimedia/gstreamer-ffmpeg80/files/patch-ext_ffmpeg_Makefile.in')
-rw-r--r--multimedia/gstreamer-ffmpeg80/files/patch-ext_ffmpeg_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/gstreamer-ffmpeg80/files/patch-ext_ffmpeg_Makefile.in b/multimedia/gstreamer-ffmpeg80/files/patch-ext_ffmpeg_Makefile.in
new file mode 100644
index 000000000000..ec9dfaf853a2
--- /dev/null
+++ b/multimedia/gstreamer-ffmpeg80/files/patch-ext_ffmpeg_Makefile.in
@@ -0,0 +1,11 @@
+--- ext/ffmpeg/Makefile.in.orig Wed Mar 9 19:50:50 2005
++++ ext/ffmpeg/Makefile.in Wed Mar 9 19:51:23 2005
+@@ -164,7 +164,7 @@
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
+ INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+-LDFLAGS = @LDFLAGS@
++LDFLAGS = @LDFLAGS@ -Wl,-Bsymbolic -lc
+ LIBOBJS = @LIBOBJS@
+ LIBS = @LIBS@
+ LIBTOOL = @LIBTOOL@