[FFmpeg-cvslog] r12340 - trunk/libavfilter/Makefile

Diego Biurrun diego
Thu Mar 6 00:13:49 CET 2008


On Wed, Mar 05, 2008 at 07:26:44PM +0100, vitor wrote:
> 
> Log:
> Fix avfilter compilation with --enable-shared and no libswscaler
> 
> --- trunk/libavfilter/Makefile	(original)
> +++ trunk/libavfilter/Makefile	Wed Mar  5 19:26:44 2008
> @@ -12,9 +12,13 @@ OBJS = allfilters.o \
>  
> +ifeq ($(CONFIG_SWSCALER),yes)
> +EXTRALIBS+=-L$(BUILD_ROOT)/libswscale

This should be LDFLAGS.

Diego




More information about the ffmpeg-cvslog mailing list