comparison libmpdemux/ms_hdr.h @ 30575:ec7569a7deb1

Add config.h header #include; it is required for the HAVE_BIGENDIAN check.
author diego
date Wed, 17 Feb 2010 22:33:21 +0000
parents f01023c524c3
children 6ca16928b1cc
comparison
equal deleted inserted replaced
30574:928359c13d93 30575:ec7569a7deb1
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17 */ 17 */
18 18
19 #ifndef MPLAYER_MS_HDR_H 19 #ifndef MPLAYER_MS_HDR_H
20 #define MPLAYER_MS_HDR_H 20 #define MPLAYER_MS_HDR_H
21
22 #include "config.h"
21 23
22 #ifndef _WAVEFORMATEX_ 24 #ifndef _WAVEFORMATEX_
23 #define _WAVEFORMATEX_ 25 #define _WAVEFORMATEX_
24 typedef struct __attribute__((__packed__)) _WAVEFORMATEX { 26 typedef struct __attribute__((__packed__)) _WAVEFORMATEX {
25 unsigned short wFormatTag; 27 unsigned short wFormatTag;