[vlc-commits] [Git][videolan/vlc][master] contrib: ffmpeg: disable source folder linking when generating PDB
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Mar 28 13:17:05 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
8b09d723 by Steve Lhomme at 2024-03-28T11:49:32+00:00
contrib: ffmpeg: disable source folder linking when generating PDB
It messes with the source folder location.
- - - - -
1 changed file:
- contrib/src/ffmpeg/rules.mak
Changes:
=====================================
contrib/src/ffmpeg/rules.mak
=====================================
@@ -40,6 +40,10 @@ FFMPEGCONF += \
--disable-securetransport
endif
+ifdef ENABLE_PDB
+FFMPEGCONF += --ln_s=false
+endif
+
DEPS_ffmpeg = zlib $(DEPS_zlib) gsm $(DEPS_gsm) openjpeg $(DEPS_openjpeg)
# Optional dependencies
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8b09d72394f3ec75b388aaaea4415331f535c4a4
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8b09d72394f3ec75b388aaaea4415331f535c4a4
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