diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2002-11-29 19:08:47 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2002-11-29 19:08:47 +0000 |
commit | fa3381146a74dd32e7f7d50454641a8669522d2f (patch) | |
tree | b8cbc603137de89183e798822455a022e507f9da /plugins | |
parent | 95d4c6fdf1eeb7fb4e3124a3d363f1efcda36a85 (diff) |
More forte compiler fixes, added a .h file to store commonly used macros that have to ifdefed out on non-gcc compilers
Original commit message from CVS:
More forte compiler fixes, added a .h file to store commonly used macros
that have to ifdefed out on non-gcc compilers
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/elements/gstmd5sink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elements/gstmd5sink.h b/plugins/elements/gstmd5sink.h index a78976d0c..2ad4fdb6d 100644 --- a/plugins/elements/gstmd5sink.h +++ b/plugins/elements/gstmd5sink.h @@ -58,7 +58,7 @@ struct _GstMD5Sink { guint32 total[2]; guint32 buflen; - gchar buffer[128] __attribute__ ((__aligned__ (__alignof__ (guint32)))); + gchar buffer[128]; /* latest md5 */ guchar md5[16]; |