@@ -100,11 +100,11 @@ dist-win32: build-server build-win32 build-win32-noconsole
100100 cp "$(SERVER_BUILD_DIR)"/server/scrcpy-server "$(DIST)/$(WIN32_TARGET_DIR)/"
101101 cp "$(WIN32_BUILD_DIR)"/app/scrcpy.exe "$(DIST)/$(WIN32_TARGET_DIR)/"
102102 cp "$(WIN32_NOCONSOLE_BUILD_DIR)"/app/scrcpy.exe "$(DIST)/$(WIN32_TARGET_DIR)/scrcpy-noconsole.exe"
103- cp prebuilt-deps/ffmpeg-4.2.2 -win32-shared/bin/avutil-56.dll "$(DIST)/$(WIN32_TARGET_DIR)/"
104- cp prebuilt-deps/ffmpeg-4.2.2 -win32-shared/bin/avcodec-58.dll "$(DIST)/$(WIN32_TARGET_DIR)/"
105- cp prebuilt-deps/ffmpeg-4.2.2 -win32-shared/bin/avformat-58.dll "$(DIST)/$(WIN32_TARGET_DIR)/"
106- cp prebuilt-deps/ffmpeg-4.2.2 -win32-shared/bin/swresample-3.dll "$(DIST)/$(WIN32_TARGET_DIR)/"
107- cp prebuilt-deps/ffmpeg-4.2.2 -win32-shared/bin/swscale-5.dll "$(DIST)/$(WIN32_TARGET_DIR)/"
103+ cp prebuilt-deps/ffmpeg-4.3.1 -win32-shared/bin/avutil-56.dll "$(DIST)/$(WIN32_TARGET_DIR)/"
104+ cp prebuilt-deps/ffmpeg-4.3.1 -win32-shared/bin/avcodec-58.dll "$(DIST)/$(WIN32_TARGET_DIR)/"
105+ cp prebuilt-deps/ffmpeg-4.3.1 -win32-shared/bin/avformat-58.dll "$(DIST)/$(WIN32_TARGET_DIR)/"
106+ cp prebuilt-deps/ffmpeg-4.3.1 -win32-shared/bin/swresample-3.dll "$(DIST)/$(WIN32_TARGET_DIR)/"
107+ cp prebuilt-deps/ffmpeg-4.3.1 -win32-shared/bin/swscale-5.dll "$(DIST)/$(WIN32_TARGET_DIR)/"
108108 cp prebuilt-deps/platform-tools/adb.exe "$(DIST)/$(WIN32_TARGET_DIR)/"
109109 cp prebuilt-deps/platform-tools/AdbWinApi.dll "$(DIST)/$(WIN32_TARGET_DIR)/"
110110 cp prebuilt-deps/platform-tools/AdbWinUsbApi.dll "$(DIST)/$(WIN32_TARGET_DIR)/"
@@ -115,11 +115,11 @@ dist-win64: build-server build-win64 build-win64-noconsole
115115 cp "$(SERVER_BUILD_DIR)"/server/scrcpy-server "$(DIST)/$(WIN64_TARGET_DIR)/"
116116 cp "$(WIN64_BUILD_DIR)"/app/scrcpy.exe "$(DIST)/$(WIN64_TARGET_DIR)/"
117117 cp "$(WIN64_NOCONSOLE_BUILD_DIR)"/app/scrcpy.exe "$(DIST)/$(WIN64_TARGET_DIR)/scrcpy-noconsole.exe"
118- cp prebuilt-deps/ffmpeg-4.2.2 -win64-shared/bin/avutil-56.dll "$(DIST)/$(WIN64_TARGET_DIR)/"
119- cp prebuilt-deps/ffmpeg-4.2.2 -win64-shared/bin/avcodec-58.dll "$(DIST)/$(WIN64_TARGET_DIR)/"
120- cp prebuilt-deps/ffmpeg-4.2.2 -win64-shared/bin/avformat-58.dll "$(DIST)/$(WIN64_TARGET_DIR)/"
121- cp prebuilt-deps/ffmpeg-4.2.2 -win64-shared/bin/swresample-3.dll "$(DIST)/$(WIN64_TARGET_DIR)/"
122- cp prebuilt-deps/ffmpeg-4.2.2 -win64-shared/bin/swscale-5.dll "$(DIST)/$(WIN64_TARGET_DIR)/"
118+ cp prebuilt-deps/ffmpeg-4.3.1 -win64-shared/bin/avutil-56.dll "$(DIST)/$(WIN64_TARGET_DIR)/"
119+ cp prebuilt-deps/ffmpeg-4.3.1 -win64-shared/bin/avcodec-58.dll "$(DIST)/$(WIN64_TARGET_DIR)/"
120+ cp prebuilt-deps/ffmpeg-4.3.1 -win64-shared/bin/avformat-58.dll "$(DIST)/$(WIN64_TARGET_DIR)/"
121+ cp prebuilt-deps/ffmpeg-4.3.1 -win64-shared/bin/swresample-3.dll "$(DIST)/$(WIN64_TARGET_DIR)/"
122+ cp prebuilt-deps/ffmpeg-4.3.1 -win64-shared/bin/swscale-5.dll "$(DIST)/$(WIN64_TARGET_DIR)/"
123123 cp prebuilt-deps/platform-tools/adb.exe "$(DIST)/$(WIN64_TARGET_DIR)/"
124124 cp prebuilt-deps/platform-tools/AdbWinApi.dll "$(DIST)/$(WIN64_TARGET_DIR)/"
125125 cp prebuilt-deps/platform-tools/AdbWinUsbApi.dll "$(DIST)/$(WIN64_TARGET_DIR)/"
0 commit comments