diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-04-14 20:48:13 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-04-14 20:48:13 +0000 |
commit | 63993f41452a6a15b8cbf30c6caaef323a486439 (patch) | |
tree | b3a8fb9f84ee4fe9b54463dfb64b642b1e1b0601 | |
parent | 8d08cd50ebb3e0c42a0264664eb443951b40dde3 (diff) | |
download | gst-plugins-bad-BRANCH-RELEASE-0_3_4.tar.gz gst-plugins-bad-BRANCH-RELEASE-0_3_4.tar.bz2 gst-plugins-bad-BRANCH-RELEASE-0_3_4.zip |
more fixesBRANCH-RELEASE-0_3_4
Original commit message from CVS:
more fixes
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5e651dcd..3ebe17d3 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AS_LIBTOOL(GST_PLUGINS, 0, 0, 0, yes) dnl we'll move this to a configure option later on which will be turned on dnl by autogen dnl GST_ERROR="-Wall -Werror" -GST_ERROR="-Wall" +GST_ERROR="-Werror" dnl FIXME take something else ? AC_CONFIG_SRCDIR([gst/law/alaw.c]) |