mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 08:01:20 +02:00
Fix ffmpeg project paths
This commit is contained in:
parent
daee467254
commit
34dfd28011
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ FFMPEG_BRANCH="release/6.0"
|
||||||
|
|
||||||
# Path configs
|
# Path configs
|
||||||
DIR_PATH="$(pwd)"
|
DIR_PATH="$(pwd)"
|
||||||
TARGET_PATH="$DIR_PATH/app/libs"
|
TARGET_PATH="$PROJECT_ROOT/app/libs"
|
||||||
MEDIA_PATH="$DIR_PATH//ffmpeg_decoder/media"
|
MEDIA_PATH="$DIR_PATH/ffmpeg_decoder/media"
|
||||||
FFMPEG_MODULE_PATH="$MEDIA_PATH/libraries/decoder_ffmpeg/src/main"
|
FFMPEG_MODULE_PATH="$MEDIA_PATH/libraries/decoder_ffmpeg/src/main"
|
||||||
FFMPEG_PATH="$DIR_PATH/ffmpeg_decoder/ffmpeg"
|
FFMPEG_PATH="$DIR_PATH/ffmpeg_decoder/ffmpeg"
|
||||||
HOST="$(uname -s | tr '[:upper:]' '[:lower:]')"
|
HOST="$(uname -s | tr '[:upper:]' '[:lower:]')"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue