From 68eaae8e0e58c664634633536622cb60084341b0 Mon Sep 17 00:00:00 2001 From: Damien Plisson Date: Fri, 20 Nov 2009 10:37:50 +0000 Subject: Quicktime-qtkit : encoding settings now in blender ui (encoding panel) - added "QuicktimeCodecSettings" struct in DNA - old "QuicktimeCodecData" opaque struct is nowdeprecated (read only use when QuicktimeCodecSettings is not set) - fixed small bug when importing deep color movies Note that you may need Final Cut Pro installed to be able to use the DVCPRO HD codecs --- source/blender/makesrna/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesrna/SConscript') diff --git a/source/blender/makesrna/SConscript b/source/blender/makesrna/SConscript index 72dc6be683c..4be35a9fe12 100644 --- a/source/blender/makesrna/SConscript +++ b/source/blender/makesrna/SConscript @@ -30,6 +30,7 @@ if env['WITH_BF_OGG']: if env['WITH_BF_QUICKTIME']: defs.append('WITH_QUICKTIME') + incs += ' ../quicktime' if env['WITH_BF_LCMS']: defs.append('WITH_LCMS') -- cgit v1.2.3