summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-04-17 08:48:34 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-04-17 08:48:34 +0000
commit640664c2435b568b69ce2fb9b5abf99fd838a054 (patch)
tree993da30bc524cc1b150d940f9fc55868bcc424c8 /ChangeLog
parent9e13de6621f72f8021004aba5c247f283ac34173 (diff)
downloadgst-plugins-bad-640664c2435b568b69ce2fb9b5abf99fd838a054.tar.gz
gst-plugins-bad-640664c2435b568b69ce2fb9b5abf99fd838a054.tar.bz2
gst-plugins-bad-640664c2435b568b69ce2fb9b5abf99fd838a054.zip
gst/nsf/types.h: Rename #ifndef header guard symbol to something less generic, so types.h doesn't get skipped over wh...
Original commit message from CVS: * gst/nsf/types.h: Rename #ifndef header guard symbol to something less generic, so types.h doesn't get skipped over when compiling on MingW. Include GLib headers and use those to set the endianness and the basic types so that this isn't entirely broken for non-x86 architectures.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c3e86f9..52075a89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2007-04-17 Tim-Philipp Müller <tim at centricular dot net>
+ * gst/nsf/types.h:
+ Rename #ifndef header guard symbol to something less generic, so
+ types.h doesn't get skipped over when compiling on MingW. Include
+ GLib headers and use those to set the endianness and the basic
+ types so that this isn't entirely broken for non-x86 architectures.
+
+2007-04-17 Tim-Philipp Müller <tim at centricular dot net>
+
* gst/mve/gstmvedemux.c: (gst_mve_audio_init):
Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff compiles on
MingW (no idea though why we add a BYTE_ORDER endianness field if