From: Tim-Philipp Müller Date: Sat, 29 Sep 2012 11:36:08 +0000 (+0100) Subject: Remove some liboil references X-Git-Tag: 1.19.3~507^2~14872 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4712247e4f54c51e718fb09319b5770dc33ace22;p=platform%2Fupstream%2Fgstreamer.git Remove some liboil references https://bugzilla.gnome.org/show_bug.cgi?id=673285 --- diff --git a/ext/directfb/Makefile.am b/ext/directfb/Makefile.am index 32b99ad..ae9176f 100644 --- a/ext/directfb/Makefile.am +++ b/ext/directfb/Makefile.am @@ -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 diff --git a/ext/dts/gstdtsdec.c b/ext/dts/gstdtsdec.c index 8208671..999758e 100644 --- a/ext/dts/gstdtsdec.c +++ b/ext/dts/gstdtsdec.c @@ -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 diff --git a/ext/wayland/Makefile.am b/ext/wayland/Makefile.am index dfdcf21..6cb0bdf 100644 --- a/ext/wayland/Makefile.am +++ b/ext/wayland/Makefile.am @@ -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