[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: fluidlite: don't build the shared library version

Steve Lhomme (@robUx4) gitlab at videolan.org
Sat Jul 1 20:07:03 UTC 2023



Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC


Commits:
73a654f3 by Steve Lhomme at 2023-07-01T13:30:45+00:00
contrib: fluidlite: don't build the shared library version

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

- - - - -


1 changed file:

- contrib/src/fluidlite/rules.mak


Changes:

=====================================
contrib/src/fluidlite/rules.mak
=====================================
@@ -24,8 +24,10 @@ fluidlite: fluidlite-$(FLUID_HASH).tar.xz .sum-fluidlite
 	$(UNPACK)
 	$(MOVE)
 
+FLUIDLITE_CONF := -DFLUIDLITE_BUILD_SHARED=OFF
+
 .fluidlite: fluidlite toolchain.cmake
 	cd $< && rm -f CMakeCache.txt
-	cd $< && $(HOSTVARS) $(CMAKE)
+	cd $< && $(HOSTVARS) $(CMAKE) $(FLUIDLITE_CONF)
 	cd $< && $(CMAKEBUILD) . --target install
 	touch $@



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

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/73a654f3b7ae001bea319b76536780e3c0298ded
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list