[FFmpeg-cvslog] r12260 - trunk/configure
mru
subversion
Wed Feb 27 10:25:39 CET 2008
Author: mru
Date: Wed Feb 27 10:25:38 2008
New Revision: 12260
Log:
fix libavfilter version extraction
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Wed Feb 27 10:25:38 2008
@@ -2036,7 +2036,7 @@ get_version LIBAVCODEC libavcodec/avcod
get_version LIBAVDEVICE libavdevice/avdevice.h
get_version LIBAVFORMAT libavformat/avformat.h
get_version LIBAVUTIL libavutil/avutil.h
-lavfi_version=$(get_version LIBAVFILTER libavfilter/avfilter.h)
+get_version LIBAVFILTER libavfilter/avfilter.h
if enabled shared; then
echo "BUILD_SHARED=yes" >> config.mak
More information about the ffmpeg-cvslog
mailing list