From 191f0944fd8fc30493eda58c7adfdfa0b538f507 Mon Sep 17 00:00:00 2001 From: Zolnai Tamás Date: Thu, 7 Aug 2014 15:21:41 +0200 Subject: Handle collada libraries seperately: --disable-collada Depends on gltf support. Change-Id: Ief0452da3d03b0ddbca45272e5f5cd268691aeca --- include/avmedia/modeltools.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/avmedia') diff --git a/include/avmedia/modeltools.hxx b/include/avmedia/modeltools.hxx index 2435e0297b21..590e8d0f1525 100644 --- a/include/avmedia/modeltools.hxx +++ b/include/avmedia/modeltools.hxx @@ -14,9 +14,13 @@ #include #include +#include + namespace avmedia { +#if HAVE_FEATURE_COLLADA bool KmzDae2Gltf(const OUString& rSourceURL, OUString& o_rOutput); +#endif bool AVMEDIA_DLLPUBLIC Embed3DModel( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel>& xModel, -- cgit v1.2.3