[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: spatialaudio: delete previous include folder

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Mon Aug 24 16:43:42 UTC 2026



Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC


Commits:
73d9faf6 by Steve Lhomme at 2026-08-24T17:25:19+02:00
contrib: spatialaudio: delete previous include folder

We detect the presence SpatialaudioVersion.h in the folder (93c2e6ec320016a3b3a3764db44fc7434d37d031).
But when building different branches it may still be there even with an older version freshly built.

(cherry picked from commit d6d234e3a259de056d6085c7245688c5ee00809a)
Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>

- - - - -


1 changed file:

- contrib/src/spatialaudio/rules.mak


Changes:

=====================================
contrib/src/spatialaudio/rules.mak
=====================================
@@ -24,6 +24,7 @@ SPATIALAUDIO_CONF := -DMYSOFA_ROOT_DIR=$(PREFIX) -DHAVE_MIT_HRTF=OFF \
 	-DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 .spatialaudio: spatialaudio toolchain.cmake
+	$(RM) -Rf $(PREFIX)/include/spatialaudio
 	$(CMAKECLEAN)
 	$(HOSTVARS_CMAKE) $(CMAKE) $(SPATIALAUDIO_CONF)
 	+$(CMAKEBUILD)



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/73d9faf6a1cb16fed564d56fb799de8a48c49b6b

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/73d9faf6a1cb16fed564d56fb799de8a48c49b6b
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list