[FFmpeg-devel] [PATCH] Non-recursive makefiles
Diego Biurrun
diego
Mon Apr 7 01:19:42 CEST 2008
On Sun, Apr 06, 2008 at 11:00:30PM +0100, M?ns Rullg?rd wrote:
> M?ns Rullg?rd <mans at mansr.com> writes:
>
> > This splendid patch makes the makefiles non-recursive, which is good
> > in a number of ways. Through some clever tricks, it is still possible
> > to invoke make in a subdirectory to build only that library.
> >
> > Please test. If you're too lazy to help me test it, at least comment.
>
> At Diego's request, patch against current svn head.
Thanks, this makes reviewing much easier.
> --- a/Makefile
> +++ b/Makefile
> @@ -30,6 +28,14 @@ FFLIBS-$(CONFIG_SWSCALE) += swscale
>
> +FF_LDFLAGS := $(FFLDFLAGS)
> +FF_EXTRALIBS := $(FFEXTRALIBS)
This could be split off to reduce the size of the rest of the patchset.
Diego
More information about the ffmpeg-devel
mailing list