comparison common.h @ 2:2e2c46c87460 libavcodec

fixed config for direct mplayer build compatibility
author glantau
date Mon, 23 Jul 2001 20:06:54 +0000
parents 986e461dc072
children f439e6867cac
comparison
equal deleted inserted replaced
1:383bfb30fc84 2:2e2c46c87460
1 #ifndef COMMON_H 1 #ifndef COMMON_H
2 #define COMMON_H 2 #define COMMON_H
3 3
4 #include "../config.h" 4 #include "../config.h"
5 5
6 #ifndef USE_LIBAVCODEC 6 #ifndef __WINE_WINDEF16_H
7 // workaround for typedef conflict in MPlayer 7 /* workaround for typedef conflict in MPlayer (wine typedefs) */
8 typedef unsigned short UINT16; 8 typedef unsigned short UINT16;
9 typedef signed short INT16; 9 typedef signed short INT16;
10 #endif 10 #endif
11 11
12 typedef unsigned char UINT8; 12 typedef unsigned char UINT8;