diff options
author | Jan Holesovsky <kendy@collabora.com> | 2017-09-05 16:53:14 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2017-09-07 07:01:09 +0200 |
commit | cbcffbaee204e9dfbdc2125dda73e36d77e9b844 (patch) | |
tree | 1e0cc588b1514afd8727fda78f27e6139aa3569d /oox/Library_oox.mk | |
parent | f2c29539d52095ea7b914b20ef7f564469d2aa96 (diff) |
tdf#106867: Export videos in PPTX.
Change-Id: I7f4f389a72aa7ecef65d87f07bb69ba8f3374a14
Reviewed-on: https://gerrit.libreoffice.org/41979
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'oox/Library_oox.mk')
-rw-r--r-- | oox/Library_oox.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk index db6e9b2d16f7..ecf760f0350c 100644 --- a/oox/Library_oox.mk +++ b/oox/Library_oox.mk @@ -38,6 +38,7 @@ $(eval $(call gb_Library_use_api,oox,\ )) $(eval $(call gb_Library_use_libraries,oox,\ + avmedia \ basegfx \ comphelper \ cppu \ @@ -47,7 +48,7 @@ $(eval $(call gb_Library_use_libraries,oox,\ drawinglayer \ msfilter \ sal \ - i18nlangtag \ + i18nlangtag \ sax \ sfx \ svl \ |