[mistelix] Fixes GStreamer Mistelix plugin build



commit 25e9100c9bea02e3b4bddf371725c96c87f7ae10
Author: Jordi Mas <jmas softcatala org>
Date:   Sat Feb 6 20:00:46 2010 +0100

    Fixes GStreamer Mistelix plugin build

 gstreamer/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gstreamer/Makefile.am b/gstreamer/Makefile.am
index 2a27aa2..bd0cf94 100644
--- a/gstreamer/Makefile.am
+++ b/gstreamer/Makefile.am
@@ -11,7 +11,7 @@ libgstmistelixvideosrc_la_SOURCES = \
 			mistelixvideosrc.c  \
 			mistelixsocket.c 
 
-libgstmistelixvideosrc_la_CFLAGS = $(GST_CFLAGS) $(LIBOIL_CFLAGS)  $(GST_INFO_FLAGS)
-libgstmistelixvideosrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstmistelixvideosrc_la_CFLAGS = $(GST_CFLAGS) $(GST_INFO_FLAGS)
+libgstmistelixvideosrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_CFLAGS) 
 
 noinst_HEADERS = gstmistelixvideosrc.h mistelixvideosrc.h mistelixsocket.h



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]