[vlc-commits] share: Add hrtf file to EXTRA_DIST
    David Fuhrmann 
    git at videolan.org
       
    Wed Aug 12 17:39:21 CEST 2020
    
    
  
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sat Aug  8 14:17:47 2020 +0200| [50529ad91a3f12bbaec9bd66014c38d021456023] | 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.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=50529ad91a3f12bbaec9bd66014c38d021456023
---
 share/Makefile.am | 3 +++
 1 file changed, 3 insertions(+)
diff --git a/share/Makefile.am b/share/Makefile.am
index 0e6fd55dcb..b326f2e744 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
    
    
More information about the vlc-commits
mailing list