Can you check out an old revision of extern and build static libs from there.
Martin --- On Mon, 2/15/10, Ken Hughes <[email protected]> wrote: > From: Ken Hughes <[email protected]> > Subject: Re: [Bf-committers] [Bf-blender-cvs] SVN commit: > /data/svn/bf-blender [26894] trunk/blender/config/linux2-config .py: == > FFMPEG == > To: "bf-blender developers" <[email protected]> > Received: Monday, February 15, 2010, 5:04 PM > Well, this has broken building on a > number of linux distros for which an > older ffmpeg is the standard (unfortunately, one of them is > debian > lenny, which is what we've used for the chroot > releases). And as near > as I can tell so far (never having delved into building > ffmpeg myself), > it's not just downloading and building ffmpeg from svn, > because it > relies on a host of other libraries (x264, swscale, > etc). Each which > also have to be downloaded and built first. > > Ken > > Martin Poirier wrote: > > I would assume static for release, yes. > > > > Removal was discussed in last week's meeting. > > > > Martin > > > > --- On Sun, 2/14/10, Ken Hughes <[email protected]> > wrote: > > > > > >> From: Ken Hughes <[email protected]> > >> Subject: Re: [Bf-committers] [Bf-blender-cvs] SVN > commit: /data/svn/bf-blender [26894] > trunk/blender/config/linux2-config .py: == FFMPEG == > >> To: [email protected] > >> Received: Sunday, February 14, 2010, 2:12 PM > >> Did I miss something? We're > >> relying on the system's ffmpeg now? For > >> release we are still planning to use the static > libs on > >> linux I assume? > >> > >> Ken > >> > >> Peter Schlaile wrote: > >> > >>> Revision: 26894 > >>> > >>>http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26894 > >>> Author: schlaile > >>> Date: 2010-02-14 > 19:52:27 > >>> > >> +0100 (Sun, 14 Feb 2010) > >> > >>> Log Message: > >>> ----------- > >>> == FFMPEG == > >>> > >>> Made using system's ffmpeg the default now. > (First > >>> > >> step in removing > >> > >>> ffmpeg from extern) > >>> > >>> Modified Paths: > >>> -------------- > >>> > >>> > >> > trunk/blender/config/linux2-config.py > >> > >>> Modified: > trunk/blender/config/linux2-config.py > >>> > >>> > >> > =================================================================== > >> > >>> --- > >>> > >> > trunk/blender/config/linux2-config.py > >> 2010-02-14 18:05:58 UTC (rev 26893) > >> > >>> +++ > >>> > >> > trunk/blender/config/linux2-config.py > >> 2010-02-14 18:52:27 UTC (rev 26894) > >> > >>> @@ -110,11 +110,11 @@ > >>> > >>> # enable ffmpeg > support > >>> WITH_BF_FFMPEG = True # > -DWITH_FFMPEG > >>> -BF_FFMPEG = '#extern/ffmpeg' > >>> -BF_FFMPEG_LIB = '' > >>> +# BF_FFMPEG = '#extern/ffmpeg' > >>> +# BF_FFMPEG_LIB = '' > >>> # Uncomment the following two > lines to use > >>> > >> system's ffmpeg > >> > >>> -# BF_FFMPEG = '/usr' > >>> -# BF_FFMPEG_LIB = 'avformat avcodec swscale > avutil > >>> > >> avdevice' > >> > >>> +BF_FFMPEG = '/usr' > >>> +BF_FFMPEG_LIB = 'avformat avcodec swscale > avutil > >>> > >> avdevice' > >> > >>> BF_FFMPEG_INC = > '${BF_FFMPEG}' > >>> BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib' > >>> > >>> > >>> > >>> > _______________________________________________ > >>> Bf-blender-cvs mailing list > >>> [email protected] > >>> http://lists.blender.org/mailman/listinfo/bf-blender-cvs > >>> > >>> > >>> > >> _______________________________________________ > >> Bf-committers mailing list > >> [email protected] > >> http://lists.blender.org/mailman/listinfo/bf-committers > >> > >> > > > > > > > __________________________________________________________________ > > Yahoo! Canada Toolbar: Search from anywhere on the > web, and bookmark your favourite sites. Download it now > > http://ca.toolbar.yahoo.com. > > _______________________________________________ > > Bf-committers mailing list > > [email protected] > > http://lists.blender.org/mailman/listinfo/bf-committers > > > > > > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers > __________________________________________________________________ Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the All-new Yahoo! Mail. Click on Options in Mail and switch to New Mail today or register for free at http://mail.yahoo.ca _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
