diff options
author | Herbert Dürr <hdu@apache.org> | 2014-05-12 13:39:08 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-05-15 18:49:14 +0300 |
commit | f3b314413336eb60e66886f48b56149bb586d830 (patch) | |
tree | 57c9ccfc6de4f0281d85709dfacacd4d75a07df9 /scp2 | |
parent | bdb3f642973b7c7b9ce8bdae1344e4ab520f942a (diff) |
AOO: #i124875# support Mac AV-Foundation API for multimedia content
Adapted as needed and gbuildified by tml. For the files that actually
are Objective-C++ use the .mm suffix.
Change-Id: Ieec40b722df6463a1061d19d38154828ff8adca2
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 33f6d7ce6049..81ad4de3d2a6 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -106,6 +106,11 @@ File gid_File_Lib_avmediaQuickTime PACKED_LIB_FILE_BODY; Name = LIBNAME(avmediaQuickTime); End + +File gid_File_Lib_avmediaMacAVF + PACKED_LIB_FILE_BODY; + Name = LIBNAME(avmediaMacAVF); +End #endif #if defined(MACOSX) |