Hope this is the right forum to post this.
Does someone knows how to compile blender with libquiktime inside linux?
I have tried with the latest svn and user-config.py with:
WITH_BF_QUICKTIME = 'true' # -DWITH_QUICKTIME
BF_QUICKTIME = '/usr/local'
BF_QUICKTIME_INC = '${BF_QUICKTIME}/include'
and i am sure the libraries (http://libquicktime.sourceforge.net/) are installed in those locations, but when i do a scons i receive this error:
Compiling ==> 'writeavi.c'
source/blender/blenkernel/intern/writeavi.c: In function ‘BKE_get_movie_handle’:
source/blender/blenkernel/intern/writeavi.c:88: error: ‘start_qt’ undeclared (first use in this function)
source/blender/blenkernel/intern/writeavi.c:88: error: (Each undeclared identifier is reported only once
source/blender/blenkernel/intern/writeavi.c:88: error: for each function it appears in.)
source/blender/blenkernel/intern/writeavi.c:89: error: ‘append_qt’ undeclared (first use in this function)
source/blender/blenkernel/intern/writeavi.c:90: error: ‘end_qt’ undeclared (first use in this function)
scons: *** [/home/vico/download/graphics/blender/svn/blender/trunk/build/linux2/source/blender/blenkernel/intern/writeavi.o] Error 1
scons: building terminated because of errors.
any ideas?
thanks