But all of the QT code is wrapped with HAVE_QUICKTIME, and in at least one case it looks like HAVE_CARBONQUICKTIME undefines HAVE_QUICKTIME.
Also, I tried the autoconf on 10.5 and it didn't get very far before dying.
On Tue, Apr 6, 2010 at 8:19 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
On 2010-04-02 00:46, chris clepper wrote:
Hi
I don't know what the HAVE_CARBONQUICKTIME is all about, but it broke all
of
the QT code on the Mac because it does not actually enable any QT code at all! I am trying to build on 10.5, and obviously pix_film/video/record
do
nothing now. I guess this is in place in order to build on 10.6? What
to
do...
define HAVE_CARBONQUICKTIME in the xcode project. the autobuilds don't use xcode but autoconf, which will define HAVE_CARBONQUICKTIME
and yes: HAVE_CARBONQUICKTIME was introduced for 10.6
fgmnasdr IOhannes