[MPlayer-dev-eng] [PATCH] disable filters that depend on dsputil.h

Diego Biurrun diego at biurrun.de
Tue Mar 14 10:30:24 CET 2006


On Tue, Mar 14, 2006 at 12:46:18AM +0100, Nico Sabbi wrote:
> 
> Please, review.
> 
> --- vf.c	9 Feb 2006 14:07:55 -0000	1.123
> +++ vf.c	13 Mar 2006 23:44:23 -0000
> @@ -130,7 +130,7 @@
> -#ifdef HAVE_ZR
> +#if defined(HAVE_ZR) && defined(USE_LIBAVCODEC) && ! defined(USE_LIBAVCODEC_SO)
>      &vf_info_zrmjpeg,

This looks like an unrelated bugfix to me..

> -#ifdef USE_LIBAVCODEC
> +#if defined(USE_LIBAVCODEC) && ! defined(USE_LIBAVCODEC_SO)

Hmm, we should create different variables for LIBAVCODEC_STATIC,
LIBAVCODEC_SHARED and LIBAVCODEC_EITHER or something similar.

I'll try to sit down and implement this later today, it's been on my
ToDo for ages.

Diego




More information about the MPlayer-dev-eng mailing list