[FFmpeg-devel] [PATCH 2/2] configure: libavfilter can depend on libavresample.

Nicolas George nicolas.george at normalesup.org
Sun May 13 09:23:12 CEST 2012


Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
---
 configure |    1 +
 1 file changed, 1 insertion(+)


Or we could just drop this new af_resample, only keeping swr-based
af_resample (and probably adding an alias to keep the compatibility).


diff --git a/configure b/configure
index 39aeb79..ebc2676 100755
--- a/configure
+++ b/configure
@@ -3868,6 +3868,7 @@ EOF
 libavfilter_pc_deps=""
 enabled libavfilter_deps_avcodec    && prepend libavfilter_pc_deps "libavcodec = $LIBAVCODEC_VERSION,"
 enabled libavfilter_deps_avformat   && prepend libavfilter_pc_deps "libavformat = $LIBAVFORMAT_VERSION,"
+enabled libavfilter_deps_avresample && prepend libavfilter_pc_deps "libavresample = $LIBAVRESAMPLE_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,"
-- 
1.7.10



More information about the ffmpeg-devel mailing list