[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37944] trunk/blender/CMakeLists.txt: Corrected link to FFmpeg homepage.

Sergey Sharybin g.ulairi at gmail.com
Wed Jun 29 11:46:00 CEST 2011


Revision: 37944
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37944
Author:   nazgul
Date:     2011-06-29 09:46:00 +0000 (Wed, 29 Jun 2011)
Log Message:
-----------
Corrected link to FFmpeg homepage.

Modified Paths:
--------------
    trunk/blender/CMakeLists.txt

Modified: trunk/blender/CMakeLists.txt
===================================================================
--- trunk/blender/CMakeLists.txt	2011-06-29 09:36:23 UTC (rev 37943)
+++ trunk/blender/CMakeLists.txt	2011-06-29 09:46:00 UTC (rev 37944)
@@ -144,7 +144,7 @@
 option(WITH_IMAGE_REDCODE       "Enable RedCode Image Support" OFF)
 
 # Audio/Video format support
-option(WITH_CODEC_FFMPEG        "Enable FFMPeg Support (http://ffmpeg.mplayerhq.hu)" OFF)
+option(WITH_CODEC_FFMPEG        "Enable FFMPeg Support (http://ffmpeg.org)" OFF)
 option(WITH_CODEC_SNDFILE       "Enable libsndfile Support (http://www.mega-nerd.com/libsndfile)" OFF)
 if(APPLE OR (WIN32 AND NOT UNIX))
 	option(WITH_CODEC_QUICKTIME     "Enable Quicktime Support" OFF)




More information about the Bf-blender-cvs mailing list