Mercurial > mplayer.hg
changeset 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 | 928359c13d93 |
children | 24a5dc9d1466 |
files | libmpdemux/ms_hdr.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/ms_hdr.h Wed Feb 17 22:28:24 2010 +0000 +++ b/libmpdemux/ms_hdr.h Wed Feb 17 22:33:21 2010 +0000 @@ -19,6 +19,8 @@ #ifndef MPLAYER_MS_HDR_H #define MPLAYER_MS_HDR_H +#include "config.h" + #ifndef _WAVEFORMATEX_ #define _WAVEFORMATEX_ typedef struct __attribute__((__packed__)) _WAVEFORMATEX {