# HG changeset patch
# User Diego 'Flameeyes' Pettenò <[EMAIL PROTECTED]>
# Date 1181068088 -7200
# Node ID 1452879cbe28dfc2bc1ab3665e32dea0e18f02c5
# Parent  c5cf165a5805feb51516cfe748d499f55892d509
Use XINE_PACKED rather than __attribute__((__packed__)).

diff -r 1452879cbe28dfc2bc1ab3665e32dea0e18f02c5 -r 
c5cf165a5805feb51516cfe748d499f55892d509 src/demuxers/demux_tta.c
--- a/src/demuxers/demux_tta.c  Tue Jun 05 20:28:08 2007 +0200
+++ b/src/demuxers/demux_tta.c  Mon Jun 04 20:59:09 2007 +0100
@@ -32,6 +32,7 @@
 #include "buffer.h"
 #include "bswap.h"
 #include "group_audio.h"
+#include "attributes.h"
 
 typedef struct {
   demux_plugin_t       demux_plugin;
@@ -56,7 +57,7 @@ typedef struct {
       uint32_t samplerate;
       uint32_t data_length;
       uint32_t crc32;
-    } __attribute__((__packed__)) tta;
+    } XINE_PACKED tta;
     uint8_t buffer[22]; /* This is the size of the header */
   } header;
 } demux_tta_t;

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to