annotate loader/wine/pshpack4.h @ 30080:3cfe91f729d7
Subtitle are now also available without video, so remove that
check from the subtitle property handling.
author |
reimar |
date |
Sun, 27 Dec 2009 14:07:29 +0000 |
parents |
a8ea87c71d18 |
children |
32725ca88fed |
rev |
line source |
26045
|
1 #ifndef MPLAYER_PSHPACK_H
|
|
2 #define MPLAYER_PSHPACK_H 4
|
1
|
3
|
|
4 #if defined(__GNUC__) || defined(__SUNPRO_CC)
|
|
5 //#pragma pack(4)
|
|
6 #elif defined(__SUNPRO_C)
|
|
7 //#pragma pack()
|
|
8 #elif !defined(RC_INVOKED)
|
|
9 #error "4 as alignment isn't supported by the compiler"
|
|
10 #endif /* defined(__GNUC__) || defined(__SUNPRO_CC) ; !defined(RC_INVOKED) */
|
|
11
|
26045
|
12 #else /* MPLAYER_PSHPACK_H */
|
1
|
13 #error "Nested pushing of alignment isn't supported by the compiler"
|
26045
|
14 #endif /* MPLAYER_PSHPACK_H */
|
1
|
15
|