]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/blame - gstreamer-plugins-bad-link.patch
- build vcdsrc plugin
[packages/gstreamer-plugins-bad.git] / gstreamer-plugins-bad-link.patch
CommitLineData
f1d3819b
JB
1--- gst-plugins-bad-0.10.4/configure.ac.orig 2006-12-25 02:57:43.050298000 +0100
2+++ gst-plugins-bad-0.10.4/configure.ac 2006-12-25 03:07:24.491432656 +0100
3@@ -261,7 +261,7 @@
4 AC_MSG_NOTICE([cannot find X11 development files])
5 else
6 dnl this is much more than we want
7- X_LIBS="$X_LIBS $X_PRE_LIBS $X_EXTRA_LIBS"
8+ X_LIBS="$X_LIBS $X_EXTRA_LIBS"
9 dnl AC_PATH_XTRA only defines the path needed to find the X libs,
10 dnl it does not add the libs; therefore we add them here
11 X_LIBS="$X_LIBS -lX11"
12--- gst-plugins-bad-0.10.4/ext/cdaudio/Makefile.am.orig 2004-10-27 02:21:33.000000000 +0200
13+++ gst-plugins-bad-0.10.4/ext/cdaudio/Makefile.am 2006-12-25 03:48:22.479505414 +0100
14@@ -2,5 +2,5 @@
15
16 libgstcdaudio_la_SOURCES = gstcdaudio.c
17 libgstcdaudio_la_CFLAGS = $(GST_CFLAGS)
18-libgstcdaudio_la_LIBADD =
19+libgstcdaudio_la_LIBADD = $(GST_LIBS)
20 libgstcdaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lcdaudio
This page took 0.078528 seconds and 4 git commands to generate.