We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a85249 commit b3cd018Copy full SHA for b3cd018
platforms/build-3ds.sh
@@ -255,7 +255,8 @@ if [ "$COMPILE_TYPE" == "complete_rebuild" ] || [ ! -e "$BUILD_DIR" ]; then
255
"--wipe" \
256
--cross-file "$CROSS_FILE" \
257
"-Dbuildtype=$BUILDTYPE" \
258
- -Ddefault_library=static
+ -Ddefault_library=static \
259
+ -Duse_embedded_ffmpeg=disabled
260
261
fi
262
platforms/build-switch.sh
@@ -152,7 +152,8 @@ if [ "$COMPILE_TYPE" == "complete_rebuild" ] || [ ! -e "$BUILD_DIR" ]; then
152
153
154
155
156
+ -Duse_embedded_ffmpeg=enabled
157
158
159
0 commit comments