[FFmpeg-devel] [PATCH] missing $CONFIG_SWSCALE in makefile

Måns Rullgård mans
Thu Mar 27 23:19:17 CET 2008


"Pascal Massimino" <pascal.massimino at gmail.com> writes:

>  Hi everybody,
>
>  a petty patch.
>
>  Note: 'make install-headers' is currently broken here,
>  when i use ./configure --prefix=...
>  But i won't report the bug further waiting for the ongoing
>  config.mak fix...
>
> skal
>
> --- Makefile	2008-03-27 15:10:12.000000000 -0700
> +++ Makefile	2008-03-27 15:10:13.000000000 -0700
> @@ -171,7 +171,7 @@
>  	$(MAKE)                    -C libavformat install-headers
>  	$(MAKE)                    -C libavdevice install-headers
>  	$(MAKE-$(CONFIG_POSTPROC)) -C libpostproc install-headers
> -	$(MAKE)                    -C libswscale  install-headers
> +	$(MAKE-$(CONFIG_SWSCALE))  -C libswscale  install-headers
>  	$(MAKE-$(CONFIG_AVFILTER)) -C libavfilter install-headers

This is intentional.  The libswscale headers should always be
installed.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-devel mailing list