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 2710399 commit 5d1af66Copy full SHA for 5d1af66
platforms/build-android.sh
@@ -316,8 +316,6 @@ for INDEX in "${ARCH_KEYS_INDEX[@]}"; do
316
317
FFMPEG_MAKER_OUTPUT_DIR="output"
318
319
- ls -lsa "$FFMPEG_MAKER_OUTPUT_DIR"
320
-
321
find "$FFMPEG_MAKER_OUTPUT_DIR/include/" -maxdepth 3 -mindepth 2 -type d -exec cp -r {} "$SYS_ROOT/usr/include/" \;
322
323
find "$FFMPEG_MAKER_OUTPUT_DIR/lib/" -type f -exec cp -r {} "$SYS_ROOT/usr/lib/" \;
0 commit comments