comparison libswscale/swscale_internal.h @ 25288:831fbe89f76b

Fix 'make checkheaders' on AltiVec-enabled systems.
author diego
date Fri, 07 Dec 2007 15:30:12 +0000
parents fff1db0add79
children c48b33da31d3
comparison
equal deleted inserted replaced
25287:62668803ff34 25288:831fbe89f76b
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 #ifndef FFMPEG_SWSCALE_INTERNAL_H 21 #ifndef FFMPEG_SWSCALE_INTERNAL_H
22 #define FFMPEG_SWSCALE_INTERNAL_H 22 #define FFMPEG_SWSCALE_INTERNAL_H
23
24 #include "config.h"
23 25
24 #ifdef HAVE_ALTIVEC_H 26 #ifdef HAVE_ALTIVEC_H
25 #include <altivec.h> 27 #include <altivec.h>
26 #endif 28 #endif
27 29