From bc0f62118842634a113a35deea59676940c1af1e Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 3 May 2009 14:35:57 +0000 Subject: upgraded Mac OS X build machines to libquicktime 1.1.1 svn path=/trunk/externals/pdp/; revision=11218 --- modules/image_io/pdp_qt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/image_io/pdp_qt.c b/modules/image_io/pdp_qt.c index fc81a4e..fdbbd74 100644 --- a/modules/image_io/pdp_qt.c +++ b/modules/image_io/pdp_qt.c @@ -974,7 +974,7 @@ void pdp_qt_setup(void) char buf[FILENAME_MAX]; char realpath_buf[FILENAME_MAX]; strncpy(buf, sys_libdir->s_name, FILENAME_MAX - 20); - strcat(buf, "/../lib/libquicktime"); + strcat(buf, "/../lib/libquicktime1"); if(realpath(buf, realpath_buf)) { post("[pdp_qt]: setting LIBQUICKTIME_PLUGIN_DIR to:\n %s", realpath_buf); -- cgit v1.2.1