Blender Git Loki
Git Commits -> Revision 99c5e71
Revision 99c5e71 by Brecht Van Lommel (master) November 6, 2013, 01:45 (GMT) |
Quicktime: remove backend with the old quicktime API, and keep the QTKit backend. This means that if you have WITH_BF_QUICKTIME or WITH_CODEC_QUICKTIME enabled, it will always use QTKit. The old backend was only used on 32 bit OS X builds, now 32 and 64 bit builds will give consistent input/output. On Windows or Linux quicktime isn't being used. |
Commit Details:
Full Hash: 99c5e713970859640a9e46c2afeeff9d5235f624
SVN Revision: 61157
Parent Commit: 299812f
Lines Changed: +21, -1896
2 Deleted Paths:
/source/blender/quicktime/apple/quicktime_export.c (+0, -927)
/source/blender/quicktime/apple/quicktime_import.c (+0, -833)
/source/blender/quicktime/apple/quicktime_import.c (+0, -833)
22 Modified Paths:
/build_files/buildbot/config/user-config-mac-i386.py (+2, -4) (Diff)
/build_files/buildbot/config/user-config-mac-x86_64.py (+2, -4) (Diff)
/build_files/scons/config/darwin-config.py (+2, -4) (Diff)
/build_files/scons/config/freebsd8-config.py (+0, -5) (Diff)
/build_files/scons/config/linux-config.py (+0, -4) (Diff)
/build_files/scons/config/linuxcross-config.py (+0, -4) (Diff)
/build_files/scons/config/win32-mingw-config.py (+0, -4) (Diff)
/build_files/scons/config/win32-vc-config.py (+0, -6) (Diff)
/build_files/scons/config/win64-mingw-config.py (+0, -2) (Diff)
/build_files/scons/tools/btools.py (+0, -2) (Diff)
/CMakeLists.txt (+2, -24) (Diff)
/intern/ghost/SConscript (+0, -3) (Diff)
/release/scripts/startup/bl_ui/properties_render.py (+1, -4) (Diff)
/SConstruct (+0, -3) (Diff)
/source/blender/editors/object/object_add.c (+3, -0) (Diff)
/source/blender/editors/render/render_ops.c (+0, -8) (Diff)
/source/blender/editors/render/SConscript (+0, -3) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+1, -11) (Diff)
/source/blender/quicktime/CMakeLists.txt (+6, -16) (Diff)
/source/blender/quicktime/quicktime_export.h (+1, -8) (Diff)
/source/blender/quicktime/quicktime_import.h (+0, -12) (Diff)
/source/blender/quicktime/SConscript (+1, -5) (Diff)
/build_files/buildbot/config/user-config-mac-x86_64.py (+2, -4) (Diff)
/build_files/scons/config/darwin-config.py (+2, -4) (Diff)
/build_files/scons/config/freebsd8-config.py (+0, -5) (Diff)
/build_files/scons/config/linux-config.py (+0, -4) (Diff)
/build_files/scons/config/linuxcross-config.py (+0, -4) (Diff)
/build_files/scons/config/win32-mingw-config.py (+0, -4) (Diff)
/build_files/scons/config/win32-vc-config.py (+0, -6) (Diff)
/build_files/scons/config/win64-mingw-config.py (+0, -2) (Diff)
/build_files/scons/tools/btools.py (+0, -2) (Diff)
/CMakeLists.txt (+2, -24) (Diff)
/intern/ghost/SConscript (+0, -3) (Diff)
/release/scripts/startup/bl_ui/properties_render.py (+1, -4) (Diff)
/SConstruct (+0, -3) (Diff)
/source/blender/editors/object/object_add.c (+3, -0) (Diff)
/source/blender/editors/render/render_ops.c (+0, -8) (Diff)
/source/blender/editors/render/SConscript (+0, -3) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+1, -11) (Diff)
/source/blender/quicktime/CMakeLists.txt (+6, -16) (Diff)
/source/blender/quicktime/quicktime_export.h (+1, -8) (Diff)
/source/blender/quicktime/quicktime_import.h (+0, -12) (Diff)
/source/blender/quicktime/SConscript (+1, -5) (Diff)