From bdb3f642973b7c7b9ce8bdae1344e4ab520f942a Mon Sep 17 00:00:00 2001 From: Herbert Dürr Date: Tue, 6 May 2014 11:13:12 +0000 Subject: AOO: #i124800# switch avmedia's QuickTime component to QTKit for now because the QuickTime API is not available to 64bit clients. The switch to QTKit is temporary only because it has already been deprecated in OSX 10.9. We'll have to switch to OSX's AVFoundation framework instead soon. Suggested by: Ariel Constenla-Haile Change-Id: I86835b050ae62fe86361852dc4be0f9688c9b14f --- scp2/source/ooo/file_library_ooo.scp | 2 -- 1 file changed, 2 deletions(-) (limited to 'scp2/source') diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index cc45c1279738..33f6d7ce6049 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -102,13 +102,11 @@ End #endif #ifdef MACOSX -#ifndef X86_64 File gid_File_Lib_avmediaQuickTime PACKED_LIB_FILE_BODY; Name = LIBNAME(avmediaQuickTime); End #endif -#endif #if defined(MACOSX) File gid_File_Lib_Basebmp -- cgit