diff options
Diffstat (limited to 'avmedia/source/opengl/oglframegrabber.hxx')
-rw-r--r-- | avmedia/source/opengl/oglframegrabber.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/avmedia/source/opengl/oglframegrabber.hxx b/avmedia/source/opengl/oglframegrabber.hxx index 5beb15bcf308..0d382246fd29 100644 --- a/avmedia/source/opengl/oglframegrabber.hxx +++ b/avmedia/source/opengl/oglframegrabber.hxx @@ -14,7 +14,11 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/media/XFrameGrabber.hpp> +#ifdef SYSTEM_LIBGLTF +#include <libgltf/libgltf.h> +#else #include <libgltf.h> +#endif namespace avmedia { namespace ogl { |