changeset 15905:a5a37cb6858a

consistency/tcc support patch by Oded Shimon
author alex
date Sun, 03 Jul 2005 12:49:23 +0000
parents 935a35270f5d
children 40c64f577133
files libmpdemux/aviheader.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/aviheader.h	Sun Jul 03 12:49:07 2005 +0000
+++ b/libmpdemux/aviheader.h	Sun Jul 03 12:49:23 2005 +0000
@@ -143,7 +143,7 @@
 } avistdindex_entry;
 
 // Standard index 
-typedef struct __attribute((packed)) _avistdindex_chunk {
+typedef struct __attribute__((packed)) _avistdindex_chunk {
     char           fcc[4];       // ix##
     uint32_t  dwSize;            // size of this chunk
     uint16_t wLongsPerEntry;     // must be sizeof(aIndex[0])/sizeof(DWORD)