comparison libvo/vo_vesa.c @ 21507:fa99b3d31d13

Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
author reimar
date Thu, 07 Dec 2006 11:58:07 +0000
parents d0bbb003112d
children 3363189ec02c
comparison
equal deleted inserted replaced
21506:8174acbf0633 21507:fa99b3d31d13
38 #include "video_out_internal.h" 38 #include "video_out_internal.h"
39 39
40 #include "fastmemcpy.h" 40 #include "fastmemcpy.h"
41 #include "sub.h" 41 #include "sub.h"
42 #include "libavutil/common.h" 42 #include "libavutil/common.h"
43 #include "libavutil/bswap.h" 43 #include "mpbswap.h"
44 #include "aspect.h" 44 #include "aspect.h"
45 #include "vesa_lvo.h" 45 #include "vesa_lvo.h"
46 #ifdef CONFIG_VIDIX 46 #ifdef CONFIG_VIDIX
47 #include "vosub_vidix.h" 47 #include "vosub_vidix.h"
48 #endif 48 #endif