view loader/wine/pshpack2.h @ 32902:a6eb88882b9f

Missing part of r32577: Add NV12/NV21/HM12 to query_format so they really work.
author reimar
date Mon, 28 Feb 2011 20:15:45 +0000 (2011-02-28)
parents a8ea87c71d18
children
line wrap: on
line source
#ifndef MPLAYER_PSHPACK_H
#define MPLAYER_PSHPACK_H 2

#if defined(__GNUC__) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
//#pragma pack(2)
#elif !defined(RC_INVOKED)
#error "2 as alignment isn't supported by the compiler"
#endif /* defined(__GNUC__) || defined(__SUNPRO_CC) ; !defined(RC_INVOKED) */

#else /* MPLAYER_PSHPACK_H */
#error "Nested pushing of alignment isn't supported by the compiler"
#endif /* MPLAYER_PSHPACK_H */