diff options
author | David Schleef <ds@schleef.org> | 2008-01-06 22:35:31 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2008-01-06 22:35:31 +0000 |
commit | 412c01ca8d9dd67229bcada2740f52d0057fdd0a (patch) | |
tree | 89b56ce3a2aad152efd881ad5266fd0d4bfd4381 /ext/directfb/Makefile.am | |
parent | 7a2ab45440df546852490dcb04ecf9a79f8cb41d (diff) | |
download | gst-plugins-bad-412c01ca8d9dd67229bcada2740f52d0057fdd0a.tar.gz gst-plugins-bad-412c01ca8d9dd67229bcada2740f52d0057fdd0a.tar.bz2 gst-plugins-bad-412c01ca8d9dd67229bcada2740f52d0057fdd0a.zip |
ext/directfb/Makefile.am: Add GST_CFLAGS. Otherwise we don't get -Wall -Werror.
Original commit message from CVS:
* ext/directfb/Makefile.am:
Add GST_CFLAGS. Otherwise we don't get -Wall -Werror.
* ext/directfb/dfbvideosink.c:
Getting tired of directfb's chatter. Quiet it.
Diffstat (limited to 'ext/directfb/Makefile.am')
-rw-r--r-- | ext/directfb/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/directfb/Makefile.am b/ext/directfb/Makefile.am index 7a6a65c6..6ad1a40f 100644 --- a/ext/directfb/Makefile.am +++ b/ext/directfb/Makefile.am @@ -3,8 +3,8 @@ plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstdfbvideosink.la libgstdfbvideosink_la_SOURCES = dfbvideosink.c -libgstdfbvideosink_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \ - $(DIRECTFB_CFLAGS) $(LIBOIL_CFLAGS) +libgstdfbvideosink_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \ + $(DIRECTFB_CFLAGS) libgstdfbvideosink_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \ -lgstvideo-$(GST_MAJORMINOR) \ -lgstinterfaces-$(GST_MAJORMINOR) \ |