--- avifile-0.7-0.7.41/ffmpeg/libavcodec/alpha/Makefile.am.orig 2004-03-09 12:24:34.000000000 +0100 +++ avifile-0.7-0.7.41/ffmpeg/libavcodec/alpha/Makefile.am 2004-12-05 01:36:57.171071648 +0100 @@ -6,12 +6,12 @@ dsputil_alpha.c \ motion_est_alpha.c \ mpegvideo_alpha.c \ - simple_idct_alpha.c + simple_idct_alpha.c \ + dsputil_alpha_asm.S \ + motion_est_mvi_asm.S noinst_HEADERS = $(ALPHA_SOURCES) \ asm.h \ - dsputil_alpha_asm.S \ - motion_est_mvi_asm.S \ regdef.h if AMM_FF_ALPHAOPT --- avifile-0.7-0.7.38/configure.in.orig 2003-07-10 13:15:54.000000000 +0200 +++ avifile-0.7-0.7.38/configure.in 2003-11-14 00:09:16.019699264 +0100 @@ -57,6 +57,7 @@ AC_PROG_MAKE_SET AC_PROG_RANLIB AC_PROG_AWK +AM_PROG_AS AC_CC_VERSION --- avifile-0.7-0.7.38/acinclude.m4.orig 2003-07-10 15:40:57.000000000 +0200 +++ avifile-0.7-0.7.38/acinclude.m4 2003-11-14 00:17:33.678043696 +0100 @@ -1,17 +1,3 @@ -# as.m4 -# Figure out how to run the assembler. - -# AM_PROG_AS -AC_DEFUN([AM_PROG_AS], -[# By default we simply use the C compiler to build assembly code. -AC_REQUIRE([AC_PROG_CC]) -: ${AS='$(CC)'} -# Set ASFLAGS if not already set. -: ${ASFLAGS='$(CFLAGS)'} -AC_SUBST(AS) -AC_SUBST(ASFLAGS) -]) - dnl AC_GCC_VERSION dnl check for compiler version dnl sets COMPILER_VERSION and GCC_VERSION