Skip to content

Commit b3cd018

Browse files
committed
build: add explicit ffmpeg embed options to 3ds and switch builds,
1 parent 8a85249 commit b3cd018

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

platforms/build-3ds.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@ if [ "$COMPILE_TYPE" == "complete_rebuild" ] || [ ! -e "$BUILD_DIR" ]; then
255255
"--wipe" \
256256
--cross-file "$CROSS_FILE" \
257257
"-Dbuildtype=$BUILDTYPE" \
258-
-Ddefault_library=static
258+
-Ddefault_library=static \
259+
-Duse_embedded_ffmpeg=disabled
259260

260261
fi
261262

platforms/build-switch.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ if [ "$COMPILE_TYPE" == "complete_rebuild" ] || [ ! -e "$BUILD_DIR" ]; then
152152
"--wipe" \
153153
--cross-file "$CROSS_FILE" \
154154
"-Dbuildtype=$BUILDTYPE" \
155-
-Ddefault_library=static
155+
-Ddefault_library=static \
156+
-Duse_embedded_ffmpeg=enabled
156157

157158
fi
158159

0 commit comments

Comments
 (0)