]> git.pld-linux.org Git - packages/avifile.git/blob - avifile-ffmpeg.patch
7a88b373c12cda7ac79307a4d3de50ea avifile-0.6-20010713.tar.gz
[packages/avifile.git] / avifile-ffmpeg.patch
1 diff -ur avifile-0.6.orig/plugins/libffmpeg/libav/Makefile avifile-0.6/plugins/libffmpeg/libav/Makefile
2 --- avifile-0.6.orig/plugins/libffmpeg/libav/Makefile   Mon Jul  9 11:09:00 2001
3 +++ avifile-0.6/plugins/libffmpeg/libav/Makefile        Tue Jul 10 00:22:21 2001
4 @@ -1,6 +1,3 @@
5 -CFLAGS= -O2 -Wall -g -I../libavcodec
6 -CC=gcc
7 -
8  OBJS= rmenc.o mpegmux.o asfenc.o avienc.o jpegenc.o swfenc.o wav.o raw.o \
9          avidec.o ffm.o \
10          avio.o aviobuf.o utils.o \
11 @@ -15,7 +12,7 @@
12         ar rcs $@ $(OBJS)
13  
14  %.o: %.c
15 -       $(CC) $(CFLAGS) -c -o $@ $< 
16 +       $(CC) $(CFLAGS) -I../libavcodec -c -o $@ $< 
17  
18  clean: 
19         rm -f *.o *~ *.a 
20 diff -ur avifile-0.6.orig/plugins/libffmpeg/libavcodec/Makefile.am avifile-0.6/plugins/libffmpeg/libavcodec/Makefile.am
21 --- avifile-0.6.orig/plugins/libffmpeg/libavcodec/Makefile.am   Mon Jul  9 11:09:00 2001
22 +++ avifile-0.6/plugins/libffmpeg/libavcodec/Makefile.am        Tue Jul 10 00:21:30 2001
23 @@ -5,7 +5,7 @@
24  libavcodec_la_SOURCES = common.c utils.c mpegvideo.c h263.c jrevdct.c \
25        jfdctfst.c mpegaudio.c ac3enc.c mjpegenc.c resample.c dsputil.c \
26        motion_est.c imgconvert.c imgresample.c msmpeg4.c \
27 -      mpeg12.c h263dec.c mpegaudiodec.c @I386_SOURCE_FILES@
28 +      mpeg12.c h263dec.c mpegaudiodec.c $(I386_SOURCE_FILES)
29  
30  libavcodec_la_LDFLAGS = -module
31  
This page took 0.117497 seconds and 4 git commands to generate.