[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [12120] trunk/blender/config/linux2-config .py: == Sequencer / FFMPEG ==

Ken Hughes khughes at pacific.edu
Sun Sep 23 19:23:54 CEST 2007


Peter:

Is it possible to make ffmpeg less dependent on makefiles?  AFAIK, the 
only way to compile the libraries in extern/ffmpeg is to using 
makefiles, which can then be linked using scons, but the actual 
compilation can't be done using scons because of the whole ./configure 
thing.

Ken

Peter Schlaile wrote:
> Revision: 12120
>           http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=12120
> Author:   schlaile
> Date:     2007-09-23 19:16:13 +0200 (Sun, 23 Sep 2007)
>
> Log Message:
> -----------
> == Sequencer / FFMPEG ==
>
> Updated to latest FFMPEG-version, which uses new swscaler.
>
> Modified Paths:
> --------------
>     trunk/blender/config/linux2-config.py
>
> Modified: trunk/blender/config/linux2-config.py
> ===================================================================
> --- trunk/blender/config/linux2-config.py	2007-09-23 15:10:41 UTC (rev 12119)
> +++ trunk/blender/config/linux2-config.py	2007-09-23 17:16:13 UTC (rev 12120)
> @@ -119,7 +119,7 @@
>  BF_FFMPEG = '/usr'
>  BF_FFMPEG_INC = '${BF_FFMPEG}/include'
>  BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
> -BF_FFMPEG_LIB = 'avformat avcodec avutil'
> +BF_FFMPEG_LIB = 'avformat avcodec swscale avutil'
>  
>  # Mesa Libs should go here if your using them as well....
>  WITH_BF_STATICOPENGL = 'false'
>
>
> _______________________________________________
> Bf-blender-cvs mailing list
> Bf-blender-cvs at blender.org
> http://lists.blender.org/mailman/listinfo/bf-blender-cvs
>
>   



More information about the Bf-committers mailing list