[FFmpeg-devel] [PATCH] build: mp filter does not depend on postproc anymore
Clément Bœsch
ubitux at gmail.com
Wed Dec 26 19:54:29 CET 2012
On Wed, Dec 26, 2012 at 06:49:59PM +0000, Paul B Mahol wrote:
> This fixes testprogs build target if libpostproc is disabled.
>
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
> libavfilter/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavfilter/Makefile b/libavfilter/Makefile
> index 7595e4c..34baa6d 100644
> --- a/libavfilter/Makefile
> +++ b/libavfilter/Makefile
> @@ -15,7 +15,7 @@ FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec
> FFLIBS-$(CONFIG_PAN_FILTER) += swresample
> FFLIBS-$(CONFIG_PP_FILTER) += postproc
> FFLIBS-$(CONFIG_REMOVELOGO_FILTER) += avformat avcodec
> -FFLIBS-$(CONFIG_MP_FILTER) += avcodec postproc
> +FFLIBS-$(CONFIG_MP_FILTER) += avcodec
> FFLIBS-$(CONFIG_SMARTBLUR_FILTER) += swscale
>
> HEADERS = asrc_abuffer.h \
LGTM, thanks.
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20121226/d5e9a359/attachment.asc>
More information about the ffmpeg-devel
mailing list