summaryrefslogtreecommitdiffstats
path: root/ext/mikmod
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-01-03 12:53:44 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-01-03 12:53:44 +0000
commit73df7f99ea1a60912b7aae77092458a6c1807235 (patch)
tree31d4d861d9d00bdb3374930c5c06ce832bf5e832 /ext/mikmod
parent7a85d6c13aa4e6313e822ad8dc0fe4623d703936 (diff)
ext/: OS X fixes (see #126628).
Original commit message from CVS: 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net> * ext/flac/gstflacdec.c: * ext/libpng/gstpngenc.h: * ext/mikmod/gstmikmod.h: OS X fixes (see #126628).
Diffstat (limited to 'ext/mikmod')
-rw-r--r--ext/mikmod/gstmikmod.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/mikmod/gstmikmod.h b/ext/mikmod/gstmikmod.h
index 9d5db8a5..8af87a27 100644
--- a/ext/mikmod/gstmikmod.h
+++ b/ext/mikmod/gstmikmod.h
@@ -72,11 +72,11 @@ struct _GstMikModClass {
typedef struct _GstMikMod GstMikMod;
typedef struct _GstMikModClass GstMikModClass;
-MODULE *module;
-MREADER *reader;
-GstPad *srcpad;
-gint64 timestamp;
-int need_sync;
+extern MODULE *module;
+extern MREADER *reader;
+extern GstPad *srcpad;
+extern gint64 timestamp;
+extern int need_sync;
GType gst_mikmod_get_type(void);