]> git.pld-linux.org Git - packages/avifile.git/blob - avifile-opt.patch
- workaround for struct name change in Linux 2.6 headers
[packages/avifile.git] / avifile-opt.patch
1 --- avifile-0.7-0.7.38/ffmpeg/libavcodec/libpostproc/Makefile.am.orig   2003-03-21 23:41:01.000000000 +0100
2 +++ avifile-0.7-0.7.38/ffmpeg/libavcodec/libpostproc/Makefile.am        2003-11-13 23:58:37.932703232 +0100
3 @@ -10,7 +10,6 @@
4  libpostproc_la_SOURCES = postprocess.c
5  
6  AM_CPPFLAGS = $(LTNOPIC) -DHAVE_AV_CONFIG_H $(FFMPEG_CFLAGS) -I$(srcdir)/..
7 -AM_CFLAGS = -O2 -fomit-frame-pointer -mno-omit-leaf-frame-pointer
8  
9  
10  CLEANFILES = .depend *.a
11 --- avifile-0.7-0.7.38/configure.in.orig        2003-12-29 23:38:53.000000000 +0100
12 +++ avifile-0.7-0.7.38/configure.in     2003-12-30 00:01:05.767775944 +0100
13 @@ -898,10 +898,6 @@
14      dnl CFLAGS="-g $PROFFLAG"
15      dnl CXXFLAGS="-g $PROFFLAG"
16      dnl FFMPEG_CFLAGS="-g $PROFFLAG"
17 -else
18 -    CFLAGS=`echo $CFLAGS | sed s/-g//`
19 -    CXXFLAGS=`echo $CXXFLAGS | sed s/-g//`
20 -    FFMPEG_CFLAGS=`echo $FFMPEG_CFLAGS | sed s/-g//`
21  fi
22  
23  dnl lt_major_version=`libtool --version 2>&1 | sed 's/\(.*\ \)\([[0-9]]*\.[[0-9]]*\.[[0-9]]*\)\(\ .*\)/\2/'`
This page took 0.033078 seconds and 3 git commands to generate.