[FFmpeg-devel] [PATCH] Coremake support

Luca Barbato lu_zero
Mon May 14 21:52:56 CEST 2007


Ronald S. Bultje wrote:
> Since you appear very negative towards this, let's be constructive  
> again, how do you suggest to keep it easy (as in a one-click action)  
> to integrate ffmpeg svn revisions into a foreign source tree for  
> development purposes?

you may:

- create a set of native build system rules (say m4 for autotools) that
embed the ffmpeg configure logic (as in enable/disable
{codec,parser,(de)muxer}, use them in you main build script to generate
config.mak and config.h

- just have a config.mak and a config.h pregenerated that fit your needs

Keep in mind that having some codebase used on a foreign source tree
with a foreign build system isn't exactly simple. (e.g. try to build a
cocoa application w/out using Xcode or Make but a plain Makefile for
gnumake)

lu

-- 

Luca Barbato

Gentoo/linux Gentoo/PPC
http://dev.gentoo.org/~lu_zero





More information about the ffmpeg-devel mailing list