Mercurial > mplayer.hg
view loader/wine/poppack.h @ 34038:422eb76aee70
stream_bluray: switch to new libbluray API
The last libbluray API change is
commit 17896a40e6ddbe12473db77549ff0207ef748a64
Date: Mon Jun 13 20:36:16 2011 +0300
previous libbluray versions are no longer supported.
author | diego |
---|---|
date | Fri, 23 Sep 2011 14:26:20 +0000 |
parents | a8ea87c71d18 |
children |
line wrap: on
line source
#ifdef MPLAYER_PSHPACK_H #undef MPLAYER_PSHPACK_H #if (defined(__GNUC__) || defined(__SUNPRO_C)) && !defined(__APPLE__) #pragma pack() #elif defined(__SUNPRO_CC) || defined(__APPLE__) #warning "Assumes default alignment is 4" #pragma pack(4) #elif !defined(RC_INVOKED) #error "Restoration of the previous alignment isn't supported by the compiler" #endif /* defined(__GNUC__) || defined(__SUNPRO_C) ; !defined(RC_INVOKED) */ #else /* MPLAYER_PSHPACK_H */ #error "Popping alignment isn't possible since no alignment has been pushed" #endif /* MPLAYER_PSHPACK_H */