Skip to content

Commit 4de060f

Browse files
alexcohnSasha Cohn
authored andcommitted
1 parent 686c4b5 commit 4de060f

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

android-ffmpeg/src/main/java/nl/bravobit/ffmpeg/FileUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import java.io.File;
66

77
class FileUtils {
8-
private static final String FFMPEG_FILE_NAME = "lib..ffmpeg..so";
9-
private static final String FFPROBE_FILE_NAME = "lib..ffprobe.so";
8+
private static final String FFMPEG_FILE_NAME = "ffmpeg";
9+
private static final String FFPROBE_FILE_NAME = "ffprobe";
1010

1111
static File getFFmpeg(Context context) {
1212
File folder = new File(context.getApplicationInfo().nativeLibraryDir);

android-ffmpeg/src/main/jniLibs/armeabi-v7a/lib..ffmpeg..so renamed to android-ffmpeg/src/main/resources/lib/armeabi-v7a/ffmpeg

File renamed without changes.

android-ffmpeg/src/main/jniLibs/armeabi-v7a/lib..ffprobe..so renamed to android-ffmpeg/src/main/resources/lib/armeabi-v7a/ffprobe

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)