Skip to content

Commit

Permalink
FUCK
Browse files Browse the repository at this point in the history
  • Loading branch information
namse committed Dec 24, 2023
1 parent fb51d8c commit 6a31f18
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/build-ffmpeg-x86_64-pc-windows-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,25 @@ jobs:
which link.exe
which cl.exe
# Disable all media foundation things.
./configure \
--toolchain=msvc \
--arch=x86_64 \
--disable-programs \
--enable-yasm \
--enable-asm \
--disable-outdev=dshow \
--disable-encoder=aac_mf_encoder \
--disable-encoder=ac3_mf_encoder \
--disable-encoder=h264_mf_encoder \
--disable-encoder=hevc_mf_encoder \
--disable-encoder=mp3_mf_encoder
make -j$(nproc)
make install
ls -R /c/ffmpeg
# # Disable all media foundation things.
# ./configure \
# --toolchain=msvc \
# --arch=x86_64 \
# --disable-programs \
# --enable-yasm \
# --enable-asm \
# --disable-outdev=dshow \
# --disable-encoder=aac_mf_encoder \
# --disable-encoder=ac3_mf_encoder \
# --disable-encoder=h264_mf_encoder \
# --disable-encoder=hevc_mf_encoder \
# --disable-encoder=mp3_mf_encoder
# make -j$(nproc)
# make install
# ls -R /c/ffmpeg
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 6a31f18

Please sign in to comment.