[vlc-devel] [PATCH] share: Add hrtf file to EXTRA_DIST

david.fuhrmann at gmail.com david.fuhrmann at gmail.com
Sat Aug 8 14:20:26 CEST 2020


From: David Fuhrmann <dfuhrmann at videolan.org>

Both mac, as well as windows build scripts assume the hrtfs
directory to exist with hrtf file(s) in there. In order to allow
a full build from the release tarball, package that file as well.
---
 share/Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/share/Makefile.am b/share/Makefile.am
index 0e6fd55dcb4..b326f2e744e 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -306,3 +306,6 @@ DIST_solid = \
 	solid/vlc-opencda.desktop \
 	solid/vlc-opendvd.desktop \
 	solid/vlc-openvcd.desktop
+
+EXTRA_DIST += \
+        hrtfs/dodeca_and_7channel_3DSL_HRTF.sofa
-- 
2.21.1 (Apple Git-122.3)



More information about the vlc-devel mailing list