diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-02-26 15:14:36 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-02-26 20:39:32 +0100 |
commit | 02670762d25fd0b527534ff31fac193a3ea2109e (patch) | |
tree | a12b5d4bdc1936432a462cf914d999a61d06c4d0 /configure | |
parent | d7804de351da059bf0c41c2bc2bbc02dbb755c0f (diff) | |
download | ffmpeg-02670762d25fd0b527534ff31fac193a3ea2109e.tar.gz |
libavfilter/libmpcodecs: add vf_pp from current mplayer svn
This will allow us to do regression tests on libpostproc.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1668,7 +1668,7 @@ frei0r_filter_deps="frei0r dlopen" frei0r_src_filter_deps="frei0r dlopen" hqdn3d_filter_deps="gpl" movie_filter_deps="avcodec avformat" -mp_filter_deps="gpl avcodec swscale" +mp_filter_deps="gpl avcodec swscale postproc" mptestsrc_filter_deps="gpl" negate_filter_deps="lut_filter" ocv_filter_deps="libopencv" @@ -3809,6 +3809,7 @@ enabled libavfilter_deps_avcodec && prepend libavfilter_pc_deps "libavcodec = enabled libavfilter_deps_avformat && prepend libavfilter_pc_deps "libavformat = $LIBAVFORMAT_VERSION," enabled libavfilter_deps_swscale && prepend libavfilter_pc_deps "libswscale = $LIBSWSCALE_VERSION," enabled libavfilter_deps_swresample && prepend libavfilter_pc_deps "libswresample = $LIBSWRESAMPLE_VERSION," +enabled libavfilter_deps_postproc && prepend libavfilter_pc_deps "libpostproc = $LIBPOSTPROC_VERSION," libavfilter_pc_deps=${libavfilter_pc_deps%, } pkgconfig_generate libavutil "FFmpeg utility library" "$LIBAVUTIL_VERSION" "$LIBM" |