projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62c24a3
)
Add -DG_DISABLE_DEPRECATED to $GST_ERROR
author
David Schleef
<ds@schleef.org>
Mon, 3 Nov 2003 20:14:03 +0000
(20:14 +0000)
committer
David Schleef
<ds@schleef.org>
Mon, 3 Nov 2003 20:14:03 +0000
(20:14 +0000)
Original commit message from CVS:
Add -DG_DISABLE_DEPRECATED to $GST_ERROR
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index be345ac65635d0382ceff88c9dbb74a15df3a3af..30dcfc0a44a69fc6fe19fe9094b778f435081997 100644
(file)
--- 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