You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
312 B
7 lines
312 B
#!/bin/bash
|
|
|
|
FFMPEG_PATH=./ffmpeg
|
|
|
|
cp ${FFMPEG_PATH}/android-libs/arm64-v8a/libffmpeg.so ./library/libs/arm64-v8a/libffmpeg.so
|
|
cp ${FFMPEG_PATH}/android-libs/armeabi-v7a/libffmpeg.so ./library/libs/armeabi-v7a/libffmpeg.so
|
|
cp ${FFMPEG_PATH}/android-libs/x86/libffmpeg.so ./library/libs/x86/libffmpeg.so |