[vlc-commits] share: Add hrtf file to EXTRA_DIST
David Fuhrmann
git at videolan.org
Wed Aug 12 17:43:05 CEST 2020
vlc/vlc-3.0 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sat Aug 8 14:17:47 2020 +0200| [8f595793e5fad7245ec9b2bff221c06ef0e7c99a] | committer: David Fuhrmann
share: Add hrtf file to EXTRA_DIST
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.
(cherry picked from commit 50529ad91a3f12bbaec9bd66014c38d021456023)
Signed-off-by: David Fuhrmann <dfuhrmann at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=8f595793e5fad7245ec9b2bff221c06ef0e7c99a
---
share/Makefile.am | 3 +++
1 file changed, 3 insertions(+)
diff --git a/share/Makefile.am b/share/Makefile.am
index 2e58f014b8..803964a9f4 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -305,3 +305,6 @@ DIST_solid = \
solid/vlc-opencda.desktop \
solid/vlc-opendvd.desktop \
solid/vlc-openvcd.desktop
+
+EXTRA_DIST += \
+ hrtfs/dodeca_and_7channel_3DSL_HRTF.sofa
More information about the vlc-commits
mailing list