diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2012-09-29 12:36:08 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-09-29 12:36:08 +0100 |
commit | 4712247e4f54c51e718fb09319b5770dc33ace22 (patch) | |
tree | e46b6c2805e04a7d5dcecf36ba6c4e121190de68 /ext/directfb | |
parent | 346de288460a89e97b45118b73ee0e1cbcb2bdc8 (diff) | |
download | gstreamer-plugins-bad-4712247e4f54c51e718fb09319b5770dc33ace22.tar.gz |
Remove some liboil references
https://bugzilla.gnome.org/show_bug.cgi?id=673285
Diffstat (limited to 'ext/directfb')
-rw-r--r-- | ext/directfb/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/directfb/Makefile.am b/ext/directfb/Makefile.am index 32b99adfb..ae9176fd7 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 |