Skip to content

Commit

Permalink
Remove opus patch
Browse files Browse the repository at this point in the history
  • Loading branch information
HeavenVolkoff committed Mar 15, 2024
1 parent 4b52fcf commit 1dc1576
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions stages/50-opus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ _tag='1.5.1'

curl_tar "https://github.com/xiph/opus/archive/refs/tags/v${_tag}.tar.gz" opus 1

# Required patch to fix meson for arm builds
curl 'https://github.com/xiph/opus/commit/20c032d.patch' \
| patch -F5 -lp1 -d opus -t

# Remove unused components
rm -rf opus/{.github,CMakeLists.txt,config.sub,aclocal.m4,config.guess,cmake,doc,Makefile.in,tests,ltmain.sh,m4,configure}

Expand Down

0 comments on commit 1dc1576

Please sign in to comment.