[vlc-commits] contrib: libebur128: Set ENABLE_INTERNAL_QUEUE_H=TRUE
    Martin Storsjö 
    git at videolan.org
       
    Thu Aug 27 11:15:08 CEST 2020
    
    
  
vlc | branch: master | Martin Storsjö <martin at martin.st> | Thu Aug 27 09:48:09 2020 +0300| [4b7f68dd7d23fca11a1c3649f323152af4156a0c] | committer: Martin Storsjö
contrib: libebur128: Set ENABLE_INTERNAL_QUEUE_H=TRUE
Without this, building for e.g. mingw targets fail due to sys/queue.h
not being found externally.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4b7f68dd7d23fca11a1c3649f323152af4156a0c
---
 contrib/src/libebur128/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/libebur128/rules.mak b/contrib/src/libebur128/rules.mak
index ba91a50a0e..7f74aabb76 100644
--- a/contrib/src/libebur128/rules.mak
+++ b/contrib/src/libebur128/rules.mak
@@ -19,7 +19,7 @@ libebur128: libebur128-$(LIBEBUR128_VERSION).tar.gz .sum-libebur128
 	$(MOVE)
 
 .libebur128: libebur128 toolchain.cmake
-	cd $< && $(HOSTVARS_PIC) $(CMAKE)
+	cd $< && $(HOSTVARS_PIC) $(CMAKE) -DENABLE_INTERNAL_QUEUE_H=TRUE
 	cd $< && $(MAKE) install
 	rm -f $(PREFIX)/lib/libebur128.so*
 	touch $@
    
    
More information about the vlc-commits
mailing list