diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ext/cdaudio/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2007-10-17 Tim-Philipp Müller <tim at centricular dot net> + * ext/cdaudio/Makefile.am: + Add another missing GST_LIBS. + +2007-10-17 Tim-Philipp Müller <tim at centricular dot net> + Patch by: Richard Hult <richard imendio com> * gst/dvdspu/Makefile.am: diff --git a/ext/cdaudio/Makefile.am b/ext/cdaudio/Makefile.am index f16bbdb0..2477b720 100644 --- a/ext/cdaudio/Makefile.am +++ b/ext/cdaudio/Makefile.am @@ -2,5 +2,5 @@ plugin_LTLIBRARIES = libgstcdaudio.la libgstcdaudio_la_SOURCES = gstcdaudio.c libgstcdaudio_la_CFLAGS = $(GST_CFLAGS) -libgstcdaudio_la_LIBADD = +libgstcdaudio_la_LIBADD = $(GST_LIBS) libgstcdaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lcdaudio |