diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-04-17 08:48:34 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-04-17 08:48:34 +0000 |
commit | 640664c2435b568b69ce2fb9b5abf99fd838a054 (patch) | |
tree | 993da30bc524cc1b150d940f9fc55868bcc424c8 /ChangeLog | |
parent | 9e13de6621f72f8021004aba5c247f283ac34173 (diff) | |
download | gst-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |