summaryrefslogtreecommitdiff
path: root/avmedia/Library_avmediaogl.mk
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-03-26 18:46:52 +0100
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-03-27 11:22:32 +0100
commit4f48dc2f978d36ef9ba08bf828894fa578430fc7 (patch)
tree143ebad0b5b675fc96669510e4ced5965c6741e1 /avmedia/Library_avmediaogl.mk
parentc4cf1a1891122eb1136484dd16145620b7678e96 (diff)
Skeleton of OpenGL avmedia service for playing 3D models
Change-Id: I3bf9e68e1a08ff3db065ec7f4e135119b7d1a4ef
Diffstat (limited to 'avmedia/Library_avmediaogl.mk')
-rw-r--r--avmedia/Library_avmediaogl.mk35
1 files changed, 35 insertions, 0 deletions
diff --git a/avmedia/Library_avmediaogl.mk b/avmedia/Library_avmediaogl.mk
new file mode 100644
index 000000000000..78b4a8f9f2ae
--- /dev/null
+++ b/avmedia/Library_avmediaogl.mk
@@ -0,0 +1,35 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_Library_Library,avmediaogl))
+
+$(eval $(call gb_Library_set_componentfile,avmediaogl,avmedia/source/opengl/avmediaogl))
+
+$(eval $(call gb_Library_use_sdk_api,avmediaogl))
+
+$(eval $(call gb_Library_use_libraries,avmediaogl,\
+ comphelper \
+ cppu \
+ cppuhelper \
+ sal \
+ salhelper \
+ tl \
+ vcl \
+ $(gb_UWINAPI) \
+))
+
+$(eval $(call gb_Library_add_exception_objects,avmediaogl,\
+ avmedia/source/opengl/oglframegrabber \
+ avmedia/source/opengl/oglmanager \
+ avmedia/source/opengl/oglplayer \
+ avmedia/source/opengl/ogluno \
+ avmedia/source/opengl/oglwindow \
+))
+
+# vim: set noet sw=4 ts=4: