mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
Remove some liboil references
https://bugzilla.gnome.org/show_bug.cgi?id=673285
This commit is contained in:
parent
346de28846
commit
4712247e4f
3 changed files with 3 additions and 4 deletions
|
@ -6,8 +6,7 @@ libgstdfbvideosink_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
|
||||||
$(DIRECTFB_CFLAGS)
|
$(DIRECTFB_CFLAGS)
|
||||||
libgstdfbvideosink_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
libgstdfbvideosink_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
||||||
-lgstvideo-$(GST_API_VERSION) \
|
-lgstvideo-$(GST_API_VERSION) \
|
||||||
-lgstinterfaces-$(GST_API_VERSION) \
|
$(DIRECTFB_LIBS)
|
||||||
$(DIRECTFB_LIBS) $(LIBOIL_LIBS)
|
|
||||||
libgstdfbvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstdfbvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstdfbvideosink_la_LIBTOOLFLAGS = --tag=disable-static
|
libgstdfbvideosink_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
|
|
|
@ -200,7 +200,7 @@ gst_dtsdec_class_init (GstDtsDecClass * klass)
|
||||||
klass->dts_cpuflags = 0;
|
klass->dts_cpuflags = 0;
|
||||||
#endif
|
#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
|
static void
|
||||||
|
|
|
@ -5,7 +5,7 @@ libgstwaylandsink_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
|
||||||
$(WAYLAND_CFLAGS)
|
$(WAYLAND_CFLAGS)
|
||||||
libgstwaylandsink_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
libgstwaylandsink_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
||||||
-lgstvideo-$(GST_API_VERSION) \
|
-lgstvideo-$(GST_API_VERSION) \
|
||||||
$(WAYLAND_LIBS) $(LIBOIL_LIBS)
|
$(WAYLAND_LIBS)
|
||||||
libgstwaylandsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstwaylandsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstwaylandsink_la_LIBTOOLFLAGS = --tag=disable-static
|
libgstwaylandsink_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue