]> git.pld-linux.org Git - packages/transcode.git/blame - transcode-ffmpeg.patch
- ver. 1.0.3, nfy
[packages/transcode.git] / transcode-ffmpeg.patch
CommitLineData
7775083c
ER
1FFMPEG_VERSION is undefined and actually not used elsewhere than in configure
2
3--- transcode-1.0.2/configure.in~ 2006-12-12 01:19:10.469599970 +0200
4+++ transcode-1.0.2/configure.in 2006-12-12 01:25:43.288376547 +0200
5@@ -626,17 +626,15 @@
6 printf("install ffmpeg 0.4.9-pre1 or newer, or a cvs version after 20040703");
7 return(1);
8 }
9- printf("VER=%s\n", FFMPEG_VERSION);
10 printf("BUILD=%d\n", LIBAVCODEC_BUILD);
11 return(0);
12 }
13 ],
14- [LIBAVCODEC_VERSION="`./conftest$ac_exeext | sed -ne 's,VER=\(.*\),\1,p'`"
15+ [
16 LIBAVCODEC_BUILD="`./conftest$ac_exeext | sed -ne 's,BUILD=\(.*\),\1,p'`"],
17 [TC_PKG_ERROR(libavcodec, ffmpeg/avcodec.h, required, FFmpeg, [http://www.ffmpeg.org],
18 [cannot compile ffmpeg/avcodec.h])],
19 [echo $ac_n "cross compiling; assumed OK... $ac_c"
20- LIBAVCODEC_VERSION=""
21 LIBAVCODEC_BUILD=""])
22 if test x"$enable_libavcodec_static" = x"yes" ; then
23 if test x"$deplibs_check_method" != x"pass_all" ; then
24@@ -657,7 +655,6 @@
25 fi
26 CPPFLAGS="$save_CPPFLAGS"
27 fi
28-AC_SUBST(LIBAVCODEC_VERSION)
29 AC_SUBST(LIBAVCODEC_BUILD)
30 AC_SUBST(LIBAVCODEC_CFLAGS)
31 AC_SUBST(LIBAVCODEC_LIBS)
32@@ -1433,7 +1430,6 @@
33 headers $LIBAVCODEC_CFLAGS
34 libraries $LIBAVCODEC_LIBS
35 build $LIBAVCODEC_BUILD
36-version $LIBAVCODEC_VERSION
37 statically linked $enable_libavcodec_static
38
39 hardware support
This page took 0.037859 seconds and 4 git commands to generate.