contrib: ffmpeg: disable source folder linking when generating PDB

It messes with the source folder location.
This commit is contained in:
Steve Lhomme 2024-03-25 09:50:52 +01:00
parent 63efd02391
commit 8b09d72394
1 changed files with 4 additions and 0 deletions

View File

@ -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