mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
just player: fix lint
This commit is contained in:
parent
0a3069f9c9
commit
591d4f6391
1 changed files with 2 additions and 1 deletions
|
|
@ -736,7 +736,8 @@ Builds:
|
|||
- pushd "${FFMPEG_EXT_PATH}/jni"
|
||||
- ln -s "$$FFmpeg$$" ffmpeg
|
||||
- cd "${FFMPEG_EXT_PATH}/jni"
|
||||
- ./build_ffmpeg.sh "${FFMPEG_EXT_PATH}" "$$NDK$$" "${HOST_PLATFORM}" "${ANDROID_ABI}" "${ENABLED_DECODERS[@]}"
|
||||
- ./build_ffmpeg.sh "${FFMPEG_EXT_PATH}" "$$NDK$$" "${HOST_PLATFORM}" "${ANDROID_ABI}"
|
||||
"${ENABLED_DECODERS[@]}"
|
||||
- export AV1_EXT_PATH="$$media-moneytoo$$/libraries/decoder_av1/src/main"
|
||||
- cd "${AV1_EXT_PATH}/jni"
|
||||
- ln -s "$$cpu_features$$" cpu_features
|
||||
|
|
|
|||
Loading…
Reference in a new issue