diff options
author | David Schleef <ds@schleef.org> | 2003-11-03 20:14:03 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-11-03 20:14:03 +0000 |
commit | e3f2b79c4f6ad5b2fad558e795238cb2f1179b05 (patch) | |
tree | 790da1ef22b52b8b9b3f2e1670393d27e3b6d21c /configure.ac | |
parent | 577f43dacf60a497ba1c5a3b341b3b377553cad5 (diff) | |
download | gst-plugins-bad-e3f2b79c4f6ad5b2fad558e795238cb2f1179b05.tar.gz gst-plugins-bad-e3f2b79c4f6ad5b2fad558e795238cb2f1179b05.tar.bz2 gst-plugins-bad-e3f2b79c4f6ad5b2fad558e795238cb2f1179b05.zip |
Add -DG_DISABLE_DEPRECATED to $GST_ERROR
Original commit message from CVS:
Add -DG_DISABLE_DEPRECATED to $GST_ERROR
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index be345ac6..30dcfc0a 100644 --- a/configure.ac +++ b/configure.ac @@ -54,6 +54,7 @@ if test "x$GST_WALL" = "xyes"; then if test "x$GST_CVS" = "xyes"; then AS_COMPILER_FLAG(-Werror,GST_ERROR="$GST_ERROR -Werror",GST_ERROR="$GST_ERROR") + GST_ERROR="$GST_ERROR -DG_DISABLE_DEPRECATED" fi fi |