summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Behrens <thorsten.behrens@allotropia.de>2021-05-26 17:35:09 +0000
committerThorsten Behrens <thorsten.behrens@allotropia.de>2021-05-26 19:13:00 +0200
commit7ae50bad39df78b5739f1635c1ac0ee4945e2d56 (patch)
tree5d50a22524d8d2e8da38de23b6fbfdf221d5b450
parentHACK remove Library_cppunitmain to get this to build (diff)
downloadcore-private/jmux/wasm-for-master.tar.gz
core-private/jmux/wasm-for-master.zip
This needs boost headers, too private/jmux/wasm-for-master
Change-Id: Id377453f0eec23b005cddda5ede35d1c9736d60e
-rw-r--r--avmedia/Library_avmedia.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/avmedia/Library_avmedia.mk b/avmedia/Library_avmedia.mk
index db85a2844328..fb91823c9152 100644
--- a/avmedia/Library_avmedia.mk
+++ b/avmedia/Library_avmedia.mk
@@ -28,6 +28,10 @@ $(eval $(call gb_Library_add_exception_objects,avmedia,\
avmedia/source/avmediadummy \
))
+$(eval $(call gb_Library_use_externals,avmedia,\
+ boost_headers \
+))
+
else # AVMEDIA
ifeq (,$(DISABLE_GUI))