From 7e303556ea09f8a5b590681290017ad9a0ebe55e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 12 Dec 2006 20:13:26 +0000 Subject: libpostproc has its own version number and should not use libavcodec's. Originally committed as revision 7291 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 27fca71ab6..0360ad3e86 100755 --- a/configure +++ b/configure @@ -1910,8 +1910,8 @@ lavu_version=`grep '#define LIBAVUTIL_VERSION ' "$source_path/libavutil/avutil.h if test "$lshared" = "yes" ; then echo "BUILD_SHARED=yes" >> config.mak echo "PIC=-fPIC -DPIC" >> config.mak - echo "SPPMAJOR=${lavc_version%%.*}" >> config.mak - echo "SPPVERSION=$lavc_version" >> config.mak + echo "SPPMAJOR=${pp_version%%.*}" >> config.mak + echo "SPPVERSION=$pp_version" >> config.mak echo "LAVCMAJOR=${lavc_version%%.*}" >> config.mak echo "LAVCVERSION=$lavc_version" >> config.mak echo "LAVFMAJOR=${lavf_version%%.*}" >> config.mak @@ -2132,7 +2132,7 @@ includedir=\${prefix}/include Name: libpostproc Description: FFmpeg post processing library -Version: $lavc_version +Version: $pp_version Requires: Conflicts: Libs: -L\${libdir} -lpostproc @@ -2147,7 +2147,7 @@ includedir=\${pcfiledir}/libpostproc Name: libpostproc Description: FFmpeg post processing library -Version: $lavc_version +Version: $pp_version Requires: Conflicts: Libs: \${libdir}/${LIBPREF}postproc${LIBSUF} -- cgit v1.2.3