Skip to content

Commit

Permalink
Remove avcodec patch
Browse files Browse the repository at this point in the history
  • Loading branch information
LHLaurini committed Oct 21, 2021
1 parent 2ec7e6c commit bea2333
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/avcodec-fix.patch

This file was deleted.

3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ RUN DIST=dist/scrcpy-win64; \
cp platform-tools/{AdbWin{,Usb}Api.dll,adb.exe} ${DIST} && \
cp build-win64/server/scrcpy-server ${DIST} && \
scripts/copy-libs.sh build-win64/app/scrcpy.exe ${DIST} && \
xxd ${DIST}/avcodec-58.dll > avcodec-58.dll.txt && \
patch -i /scrcpy/.github/workflows/avcodec-fix.patch avcodec-58.dll.txt && \
xxd -r avcodec-58.dll.txt > ${DIST}/avcodec-58.dll && \
cd dist && \
tar -cJf scrcpy-win64.tar.xz scrcpy-win64 && \
rm -r scrcpy-win64
Expand Down

0 comments on commit bea2333

Please sign in to comment.