Skip to content

Commit 998cc19

Browse files
committed
encapp: x264 should not be in apk by default.
Signed-off-by: Johan Blome <johan@gunhildcarling.net>
1 parent 85e486d commit 998cc19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

native/x264_enc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ clean:
33

44
debug:
55
make -C jni debug
6-
cp libs/arm64-v8a/libnativeencoder.so ../../app/src/main/jniLibs/arm64-v8a
6+
cp libs/arm64-v8a/libnativeencoder.so /tmp/
77

88
all:
99
make -C jni all
10-
cp libs/arm64-v8a/libnativeencoder.so ../../app/src/main/jniLibs/arm64-v8a
10+
cp libs/arm64-v8a/libnativeencoder.so /tmp/

0 commit comments

Comments
 (0)