diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-07-04 18:05:36 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-07-04 18:05:36 +0000 |
commit | 9616f66311d4185fa68830ffe52fa9c5669df9fd (patch) | |
tree | 906cfeffb23ebf2731ab5ed0eaae1ddd2a44ed79 /gst-plugins.spec.in | |
parent | 298eb4888cdf682ebfa83f35599bd3f23c06f33a (diff) | |
download | gst-plugins-bad-9616f66311d4185fa68830ffe52fa9c5669df9fd.tar.gz gst-plugins-bad-9616f66311d4185fa68830ffe52fa9c5669df9fd.tar.bz2 gst-plugins-bad-9616f66311d4185fa68830ffe52fa9c5669df9fd.zip |
future proofing
Original commit message from CVS:
future proofing
Diffstat (limited to 'gst-plugins.spec.in')
-rw-r--r-- | gst-plugins.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index 4fce4d3b..62d5b780 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -53,6 +53,7 @@ FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \ --sharedstatedir=%{_sharedstatedir} \ --mandir=%{_mandir} \ --infodir=%{_infodir} \ + --enable-debug \ --enable-DEBUG if [ "$SMP" != "" ]; then |