summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-03-22 12:30:01 +0100
committerBenjamin Otte <otte@redhat.com>2010-03-22 12:30:01 +0100
commit010789159d7bf274e11f0b4bec5c66543ad1220f (patch)
tree81fa94c79f211249925825cb691496b2c680f17e /gst
parent2be077c786a1cf87a9d9754ef8d456f3d074e2a4 (diff)
downloadgstreamer-plugins-bad-010789159d7bf274e11f0b4bec5c66543ad1220f.tar.gz
Add -Wundef
and fix the warnings
Diffstat (limited to 'gst')
-rw-r--r--gst/nsf/fmopl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/nsf/fmopl.h b/gst/nsf/fmopl.h
index 4d87895c5..ccaa88f34 100644
--- a/gst/nsf/fmopl.h
+++ b/gst/nsf/fmopl.h
@@ -4,6 +4,7 @@
#define HAS_YM3812 1
typedef signed short int FMSAMPLE;
+#define HAS_Y8950 0
#define BUILD_YM3812 (HAS_YM3812)
#define BUILD_YM3526 (HAS_YM3526)