deinterlace: Pull in CFLAGS and LIBS flags from -base before core before system.
authorJan Schmidt <thaytan@noraisin.net>
Wed, 4 Nov 2009 15:58:34 +0000 (15:58 +0000)
committerJan Schmidt <thaytan@noraisin.net>
Wed, 4 Nov 2009 15:59:49 +0000 (15:59 +0000)
gst/deinterlace/Makefile.am

index 216fdbe..c5a7ef0 100644 (file)
@@ -13,10 +13,10 @@ libgstdeinterlace_la_SOURCES = \
        tvtime/linearblend.c \
        tvtime/scalerbob.c
 
-libgstdeinterlace_la_CFLAGS = $(GST_CFLAGS) \
-       $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(LIBOIL_CFLAGS)
-libgstdeinterlace_la_LIBADD = $(GST_LIBS) \
-       $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) $(GST_BASE_LIBS) $(LIBOIL_LIBS)
+libgstdeinterlace_la_CFLAGS = \
+       $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LIBOIL_CFLAGS)
+libgstdeinterlace_la_LIBADD = \
+       $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) $(GST_BASE_LIBS) $(GST_LIBS) $(LIBOIL_LIBS)
 libgstdeinterlace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 libgstdeinterlace_la_LIBTOOLFLAGS = --tag=disable-static