diff options
author | David Schleef <ds@schleef.org> | 2003-11-03 20:56:53 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-11-03 20:56:53 +0000 |
commit | b75efb7f59ab6ce289f6b8b54554d0f8902e59a6 (patch) | |
tree | 40ab0e43a6ce75bfb04ecc6940c510eacd494a50 /configure.ac | |
parent | 5539c318e7c60a1bb041c08d9ebb833ec9e962f6 (diff) |
Add G_DISABLE_DEPRECATED and fix deprecated code
Original commit message from CVS:
Add G_DISABLE_DEPRECATED and fix deprecated code
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 a28ea9cbc..2418dd500 100644 --- a/configure.ac +++ b/configure.ac @@ -53,6 +53,7 @@ dnl decide on error flags AS_COMPILER_FLAG(-Wall,GST_ERROR="$GST_ERROR -Wall",GST_ERROR="$GST_ERROR") 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 dnl We disable static building for development, for time savings |