Added new command-line arguments --debug-ffmpeg and --debug-libmv to

be able to see debug prints coming from FFmpeg or libmv independently
of general blender debug messages.
This commit is contained in:
Sergey Sharybin
2012-03-30 10:37:49 +00:00
parent 81e3db364d
commit 785373b03a
6 changed files with 45 additions and 7 deletions

View File

@@ -49,6 +49,10 @@ if(WITH_LIBMV)
add_definitions(-DWITH_LIBMV)
endif()
if(WITH_CODEC_FFMPEG)
add_definitions(-DWITH_FFMPEG)
endif()
if(WITH_PYTHON)
blender_include_dirs(../blender/python)
add_definitions(-DWITH_PYTHON)