]> git.pld-linux.org Git - packages/avifile.git/blame - avifile-link_shared.patch
- workaround for struct name change in Linux 2.6 headers
[packages/avifile.git] / avifile-link_shared.patch
CommitLineData
1ea1ed44
MK
1diff -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@@ -902,10 +902,10 @@
5 FFMPEG_CFLAGS=`echo $FFMPEG_CFLAGS | sed s/-g//`
6 fi
7
8-lt_major_version=`libtool --version 2>&1 | sed 's/\(.*\ \)\([[0-9]]*\.[[0-9]]*\.[[0-9]]*\)\(\ .*\)/\2/'`
9-lt_minor_version=`echo $lt_major_version | cut -d . -f 2`
10-lt_micro_version=`echo $lt_major_version | cut -d . -f 3`
11-lt_major_version=`echo $lt_major_version | cut -d . -f 1`
12+dnl lt_major_version=`libtool --version 2>&1 | sed 's/\(.*\ \)\([[0-9]]*\.[[0-9]]*\.[[0-9]]*\)\(\ .*\)/\2/'`
13+dnl lt_minor_version=`echo $lt_major_version | cut -d . -f 2`
14+dnl lt_micro_version=`echo $lt_major_version | cut -d . -f 3`
15+dnl lt_major_version=`echo $lt_major_version | cut -d . -f 1`
16 dnl echo LT $lt_major_version $lt_minor_version $lt_micro_version
17
18 AM_CONDITIONAL(AMM_USE_QT, test x$with_qt = xyes )
19@@ -934,7 +934,8 @@
20 AM_CONDITIONAL(AMM_USE_VIDIX, test x$enable_vidix = xyes )
21 AM_CONDITIONAL(AMM_USE_LINUX, test x$enable_linux = xyes )
22 AM_CONDITIONAL(AMM_USE_FAST_BUILD, test x$enable_fast_build = xyes )
23-AM_CONDITIONAL(AMM_LINK_SHARED, test $lt_major_version -ge 1 -a $lt_minor_version -ge 4 -a $lt_micro_version -ge 3 )
24+dnl AM_CONDITIONAL(AMM_LINK_SHARED, test $lt_major_version -ge 1 -a $lt_minor_version -ge 4 -a $lt_micro_version -ge 3 )
25+AM_CONDITIONAL(AMM_LINK_SHARED, true)
26
27 AM_CONDITIONAL(AMM_FF_A52BIN, test x$enable_ffmpeg_a52bin = xyes)
28 AM_CONDITIONAL(AMM_FF_FAAD, test x$have_faad = xyes )
This page took 0.035756 seconds and 4 git commands to generate.