[FFmpeg-devel] r12599 breaks make install

Måns Rullgård mans
Fri Mar 28 03:05:03 CET 2008


avcoder.net <ffmpeg at gmail.com> writes:

> Dear:
>
> r12599 breaks make install on Linux/Windows
>
> It seems that double colon is used in a wrong way
>
> On MinGW
>
> I modified ffmpeg/makefile:
>
> install-headers::
>  echo "stupid r12599 modifcation will not reach here"
>  $(MAKE)                    -C libavutil   install-headers
>  $(MAKE)                    -C libavcodec  install-headers
>  $(MAKE)                    -C libavformat install-headers
>  $(MAKE)                    -C libavdevice install-headers
>  $(MAKE-$(CONFIG_POSTPROC)) -C libpostproc install-headers
>  $(MAKE)                    -C libswscale  install-headers
>  $(MAKE-$(CONFIG_AVFILTER)) -C libavfilter install-headers
>
> run:
> make install
>
> There is not the message "stupid r12599 modifcation will not reach here"
>
> make install is captured by the top common.mak in ffmpeg/makefile and die
>
> Should we revert r12599?

A much more radical fix is underway.  Please help me test the
non-recursive make patch I just posted.

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




More information about the ffmpeg-devel mailing list