diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-05-03 14:35:57 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-05-03 14:35:57 +0000 |
commit | bc0f62118842634a113a35deea59676940c1af1e (patch) | |
tree | 792df1f46b80094ee80d67bd50cc60f38bad9aad /modules | |
parent | 3add2b82470c4d815dedc1b36d9077b5c3c6ba55 (diff) |
upgraded Mac OS X build machines to libquicktime 1.1.1
svn path=/trunk/externals/pdp/; revision=11218
Diffstat (limited to 'modules')
-rw-r--r-- | modules/image_io/pdp_qt.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |