diff options
author | Herbert Dürr <hdu@apache.org> | 2014-05-06 11:13:12 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-05-15 18:49:13 +0300 |
commit | bdb3f642973b7c7b9ce8bdae1344e4ab520f942a (patch) | |
tree | b15c34087f602f76a9d67b55c5643253f15719d4 /scp2 | |
parent | 70895b691eb6bc0ab8d22d9b992b243562660bab (diff) |
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 <arielch@apache.org>
Change-Id: I86835b050ae62fe86361852dc4be0f9688c9b14f
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 2 |
1 files changed, 0 insertions, 2 deletions
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 |