]> git.pld-linux.org Git - packages/avifile.git/blob - avifile-ffmpeg-alpha.patch
- updated for 0.7.41
[packages/avifile.git] / avifile-ffmpeg-alpha.patch
1 --- avifile-0.7-0.7.41/ffmpeg/libavcodec/alpha/Makefile.am.orig 2004-03-09 12:24:34.000000000 +0100
2 +++ avifile-0.7-0.7.41/ffmpeg/libavcodec/alpha/Makefile.am      2004-12-05 01:36:57.171071648 +0100
3 @@ -6,12 +6,12 @@
4   dsputil_alpha.c \
5   motion_est_alpha.c \
6   mpegvideo_alpha.c \
7 - simple_idct_alpha.c
8 + simple_idct_alpha.c \
9 + dsputil_alpha_asm.S \
10 + motion_est_mvi_asm.S
11   
12  noinst_HEADERS = $(ALPHA_SOURCES) \
13   asm.h \
14 - dsputil_alpha_asm.S \
15 - motion_est_mvi_asm.S \
16   regdef.h
17  
18  if AMM_FF_ALPHAOPT
19 --- avifile-0.7-0.7.38/configure.in.orig        2003-07-10 13:15:54.000000000 +0200
20 +++ avifile-0.7-0.7.38/configure.in     2003-11-14 00:09:16.019699264 +0100
21 @@ -57,6 +57,7 @@
22  AC_PROG_MAKE_SET
23  AC_PROG_RANLIB
24  AC_PROG_AWK
25 +AM_PROG_AS
26  
27  AC_CC_VERSION
28  
29 --- avifile-0.7-0.7.38/acinclude.m4.orig        2003-07-10 15:40:57.000000000 +0200
30 +++ avifile-0.7-0.7.38/acinclude.m4     2003-11-14 00:17:33.678043696 +0100
31 @@ -1,17 +1,3 @@
32 -# as.m4
33 -# Figure out how to run the assembler.
34 -
35 -# AM_PROG_AS
36 -AC_DEFUN([AM_PROG_AS],
37 -[# By default we simply use the C compiler to build assembly code.
38 -AC_REQUIRE([AC_PROG_CC])
39 -: ${AS='$(CC)'}
40 -# Set ASFLAGS if not already set.
41 -: ${ASFLAGS='$(CFLAGS)'}
42 -AC_SUBST(AS)
43 -AC_SUBST(ASFLAGS)
44 -])
45 -
46  dnl AC_GCC_VERSION
47  dnl check for compiler version
48  dnl sets COMPILER_VERSION and GCC_VERSION
This page took 1.298933 seconds and 3 git commands to generate.