mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
patch policy templates
This commit is contained in:
parent
020281cf35
commit
d682b0f421
2 changed files with 3 additions and 0 deletions
3
setup.sh
3
setup.sh
|
@ -72,8 +72,11 @@ printf "\n" &&
|
|||
printf "${YEL}Patching FFMPEG for HEVC...${c0}\n" &&
|
||||
|
||||
cp -v other/add-hevc-ffmpeg-decoder-parser.patch ${CR_SRC_DIR}/third_party/ffmpeg &&
|
||||
cp -v other/Fix-policy-templates.patch ${CR_SRC_DIR}/ &&
|
||||
cd ${CR_SRC_DIR}/third_party/ffmpeg &&
|
||||
git apply --reject add-hevc-ffmpeg-decoder-parser.patch &&
|
||||
cd ${CR_SRC_DIR} &&
|
||||
git apply --reject Fix-policy-templates.patch &&
|
||||
cd ~/thorium &&
|
||||
|
||||
printf "\n" &&
|
||||
|
|
Loading…
Reference in a new issue