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

Ken Hughes khughes at pacific.edu
Sun Feb 14 20:12:50 CET 2010


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
> Bf-blender-cvs at blender.org
> http://lists.blender.org/mailman/listinfo/bf-blender-cvs
>
>   



More information about the Bf-committers mailing list