Remove some liboil references
authorTim-Philipp Müller <tim@centricular.net>
Sat, 29 Sep 2012 11:36:08 +0000 (12:36 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 29 Sep 2012 11:36:08 +0000 (12:36 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=673285

ext/directfb/Makefile.am
ext/dts/gstdtsdec.c
ext/wayland/Makefile.am

index 32b99ad..ae9176f 100644 (file)
@@ -6,8 +6,7 @@ libgstdfbvideosink_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
                               $(DIRECTFB_CFLAGS)
 libgstdfbvideosink_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
                               -lgstvideo-$(GST_API_VERSION) \
-                              -lgstinterfaces-$(GST_API_VERSION) \
-                              $(DIRECTFB_LIBS) $(LIBOIL_LIBS)
+                              $(DIRECTFB_LIBS)
 libgstdfbvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 libgstdfbvideosink_la_LIBTOOLFLAGS = --tag=disable-static
 
index 8208671..999758e 100644 (file)
@@ -200,7 +200,7 @@ gst_dtsdec_class_init (GstDtsDecClass * klass)
   klass->dts_cpuflags = 0;
 #endif
 
-  GST_LOG ("CPU flags: dts=%08x, liboil=%08x", klass->dts_cpuflags, cpuflags);
+  GST_LOG ("CPU flags: dts=%08x, orc=%08x", klass->dts_cpuflags, cpuflags);
 }
 
 static void
index dfdcf21..6cb0bdf 100644 (file)
@@ -5,7 +5,7 @@ libgstwaylandsink_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
                                $(WAYLAND_CFLAGS)
 libgstwaylandsink_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
                                -lgstvideo-$(GST_API_VERSION) \
-                               $(WAYLAND_LIBS) $(LIBOIL_LIBS)
+                               $(WAYLAND_LIBS)
 libgstwaylandsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 libgstwaylandsink_la_LIBTOOLFLAGS = --tag=disable-static