summaryrefslogtreecommitdiff
path: root/avmedia
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-03-29 17:23:02 +0200
committerMichael Stahl <mstahl@redhat.com>2016-03-29 17:24:45 +0200
commita9a9f694089505c5fbbf5e099d5e185e1a46ab29 (patch)
tree2be7b7a900cadb4823770df71ca58b537b5294e6 /avmedia
parent0c58b399ea2c163babeff42e8fa5a28df847aba4 (diff)
avmedia: the Module makefile already checks and disables that
Change-Id: I4620a0358e06e56684954f208d19bd4350e397a5
Diffstat (limited to 'avmedia')
-rw-r--r--avmedia/Library_avmediaogl.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/avmedia/Library_avmediaogl.mk b/avmedia/Library_avmediaogl.mk
index 24133b866999..b7498bfb1a15 100644
--- a/avmedia/Library_avmediaogl.mk
+++ b/avmedia/Library_avmediaogl.mk
@@ -7,7 +7,6 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-ifeq ($(ENABLE_OPENGL),TRUE)
$(eval $(call gb_Library_Library,avmediaogl))
$(eval $(call gb_Library_set_componentfile,avmediaogl,avmedia/source/opengl/avmediaogl))
@@ -57,5 +56,5 @@ $(eval $(call gb_Library_add_libs,avmediaogl,\
-lGL \
))
endif
-endif
+
# vim: set noet sw=4 ts=4: