diff options
author | Måns Rullgård <mans@mansr.com> | 2008-02-27 09:25:38 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-02-27 09:25:38 +0000 |
commit | a6601d69bb83613f3cede7309f7cb19abf3ab34b (patch) | |
tree | 17f98fd6bc552d5aefeb068d55bb17821b57f2fa /configure | |
parent | ab4b28f09d74e690ad3bd8f08cd233fc3377af30 (diff) | |
download | ffmpeg-a6601d69bb83613f3cede7309f7cb19abf3ab34b.tar.gz |
fix libavfilter version extraction
Originally committed as revision 12260 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2036,7 +2036,7 @@ get_version LIBAVCODEC libavcodec/avcodec.h 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 |