mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +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
|
||||
DIR_PATH="$(pwd)"
|
||||
TARGET_PATH="$DIR_PATH/app/libs"
|
||||
MEDIA_PATH="$DIR_PATH//ffmpeg_decoder/media"
|
||||
TARGET_PATH="$PROJECT_ROOT/app/libs"
|
||||
MEDIA_PATH="$DIR_PATH/ffmpeg_decoder/media"
|
||||
FFMPEG_MODULE_PATH="$MEDIA_PATH/libraries/decoder_ffmpeg/src/main"
|
||||
FFMPEG_PATH="$DIR_PATH/ffmpeg_decoder/ffmpeg"
|
||||
HOST="$(uname -s | tr '[:upper:]' '[:lower:]')"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue