Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/linux2-config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/linux2-config.py b/config/linux2-config.py
index 863885dc0bd..38af4de4ac7 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -120,8 +120,9 @@ BF_FFMPEG = '#extern/ffmpeg'
BF_FFMPEG_INC = '${BF_FFMPEG}/include'
BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
BF_FFMPEG_LIB = ''
-# Uncomment the following line to use external ffmpeg
+# Uncomment the following two lines to use system's ffmpeg
# BF_FFMPEG_LIB = 'avformat avcodec swscale avutil'
+# BF_FFMPEG = '/usr'
# Mesa Libs should go here if your using them as well....
WITH_BF_STATICOPENGL = 'false'