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
