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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2008-01-06 David Schleef <ds@schleef.org> + * 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. + +2008-01-06 David Schleef <ds@schleef.org> + Patch by: Sean D'Epagnier <sean@depagnier.com> * configure.ac: |