Originally committed as revision 24800 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscaletags/v0.5
| @@ -23,8 +23,8 @@ | |||||
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||||
| */ | */ | ||||
| #ifndef RGB2RGB_INCLUDED | |||||
| #define RGB2RGB_INCLUDED | |||||
| #ifndef FFMPEG_RGB2RGB_H | |||||
| #define FFMPEG_RGB2RGB_H | |||||
| #include <inttypes.h> | #include <inttypes.h> | ||||
| @@ -143,4 +143,4 @@ extern void (*yvu9_to_yuy2)(const uint8_t *src1, const uint8_t *src2, const uint | |||||
| void sws_rgb2rgb_init(int flags); | void sws_rgb2rgb_init(int flags); | ||||
| #endif | |||||
| #endif /* RGB2RGB_INCLUDED */ | |||||
| @@ -18,8 +18,8 @@ | |||||
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||||
| */ | */ | ||||
| #ifndef SWSCALE_H | |||||
| #define SWSCALE_H | |||||
| #ifndef FFMPEG_SWSCALE_H | |||||
| #define FFMPEG_SWSCALE_H | |||||
| /** | /** | ||||
| * @file swscale.h | * @file swscale.h | ||||
| @@ -138,4 +138,4 @@ struct SwsContext *sws_getCachedContext(struct SwsContext *context, | |||||
| int dstW, int dstH, int dstFormat, int flags, | int dstW, int dstH, int dstFormat, int flags, | ||||
| SwsFilter *srcFilter, SwsFilter *dstFilter, double *param); | SwsFilter *srcFilter, SwsFilter *dstFilter, double *param); | ||||
| #endif | |||||
| #endif /* FFMPEG_SWSCALE_H */ | |||||
| @@ -18,8 +18,8 @@ | |||||
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||||
| */ | */ | ||||
| #ifndef SWSCALE_INTERNAL_H | |||||
| #define SWSCALE_INTERNAL_H | |||||
| #ifndef FFMPEG_SWSCALE_INTERNAL_H | |||||
| #define FFMPEG_SWSCALE_INTERNAL_H | |||||
| #ifdef HAVE_ALTIVEC_H | #ifdef HAVE_ALTIVEC_H | ||||
| #include <altivec.h> | #include <altivec.h> | ||||
| @@ -263,4 +263,4 @@ static inline int fmt_depth(int fmt) | |||||
| } | } | ||||
| } | } | ||||
| #endif | |||||
| #endif /* FFMPEG_SWSCALE_INTERNAL_H */ | |||||