]> git.pld-linux.org Git - packages/avifile.git/blob - avifile-no_aux_dir.patch
- workaround for struct name change in Linux 2.6 headers
[packages/avifile.git] / avifile-no_aux_dir.patch
1 diff -Nuard avifile-0.7-0.7.38.orig/configure.in avifile-0.7-0.7.38/configure.in
2 --- avifile-0.7-0.7.38.orig/configure.in        2003-07-10 13:15:54.000000000 +0200
3 +++ avifile-0.7-0.7.38/configure.in     2003-10-18 12:19:11.000000000 +0200
4 @@ -17,7 +17,7 @@
5  configure_options="$@"
6  echo "avifile configure options: $configure_options"
7  
8 -AC_CONFIG_AUX_DIR(admin)
9 +#AC_CONFIG_AUX_DIR(admin)
10  
11  # libtool versioning
12  #
13 @@ -994,7 +995,6 @@
14  
15  AC_OUTPUT(
16   Makefile
17 - admin/Makefile
18   ffmpeg/Makefile
19   ffmpeg/libavformat/Makefile
20   ffmpeg/libavcodec/Makefile
21 diff -Nuard avifile-0.7-0.7.38.orig/Makefile.am avifile-0.7-0.7.38/Makefile.am
22 --- avifile-0.7-0.7.38.orig/Makefile.am 2003-07-10 15:17:59.000000000 +0200
23 +++ avifile-0.7-0.7.38/Makefile.am      2003-10-17 20:03:18.000000000 +0200
24 @@ -1,4 +1,4 @@
25 -SUBDIRS = . admin m4 ffmpeg drivers lib plugins bin \
26 +SUBDIRS = m4 ffmpeg drivers lib plugins bin \
27   doc include debian libavqt player samples
28  
29  EXTRA_DIST = INSTALL autogen.sh avifile.spec.in avifile.pc.in \
This page took 0.029723 seconds and 3 git commands to generate.