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 /Repository.mk | |
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 'Repository.mk')
-rw-r--r-- | Repository.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index a02d3d65981e..abdbd630021d 100644 --- a/Repository.mk +++ b/Repository.mk @@ -417,6 +417,7 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \ communi \ ooxml \ $(call gb_Helper_optional,DBCONNECTIVITY,sdbc) \ + avmediaMacAVF \ avmediaQuickTime \ filtertracer \ rpt \ |