From abe3e58b1b29867f0728cf0d108602833287e0cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 9 Jan 2007 10:06:28 +0000 Subject: [PATCH] gst/real/Makefile.am: Fix build (add LIBS and CFLAGS for gst-plugins-base stuff). Original commit message from CVS: * gst/real/Makefile.am: Fix build (add LIBS and CFLAGS for gst-plugins-base stuff). --- ChangeLog | 5 +++++ common | 2 +- gst/real/Makefile.am | 11 ++++++++--- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7ea9da9..478a618 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-01-09 Tim-Philipp Müller + + * gst/real/Makefile.am: + Fix build (add LIBS and CFLAGS for gst-plugins-base stuff). + 2007-01-07 Andy Wingo * configure.ac: diff --git a/common b/common index 64f924f..8ba5dff 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 64f924f6f2ff6275b06facb4c2adbc7c05f70641 +Subproject commit 8ba5dffb5ee7e7daea1030f6b34bfef10f9801a3 diff --git a/gst/real/Makefile.am b/gst/real/Makefile.am index 6369659..d49e363 100644 --- a/gst/real/Makefile.am +++ b/gst/real/Makefile.am @@ -5,10 +5,15 @@ libgstreal_la_SOURCES = \ gstrealaudiodec.c \ gstreal.c -libgstreal_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) -libgstreal_la_LIBADD = $(GST_BASE_LIBS) +libgstreal_la_CFLAGS = \ + $(GST_PLUGINS_BASE_CFLAGS) \ + $(GST_BASE_CFLAGS) \ + $(GST_CFLAGS) +libgstreal_la_LIBADD = \ + $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_MAJORMINOR@ \ + $(GST_BASE_LIBS) libgstreal_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = \ gstrealvideodec.h \ - gstrealaudiodec.h \ No newline at end of file + gstrealaudiodec.h -- 2.7.4