Browse Source

启用 iconv

shimin tang 1 day ago
parent
commit
955aff25e1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/Build FFmpeg for Windows.yml

+ 2 - 0
.github/workflows/Build FFmpeg for Windows.yml

@@ -18,6 +18,7 @@ jobs:
             mingw-w64-x86_64-yasm
             mingw-w64-x86_64-pkg-config
             mingw-w64-x86_64-zlib
+            mingw-w64-x86_64-iconv
             zip
             nasm
 
@@ -54,6 +55,7 @@ jobs:
             --enable-demuxer=webvtt \
             --enable-muxer=srt \
             --enable-protocol=file \
+            --enable-iconv
 
       - name: Build and install FFmpeg
         shell: msys2 {0}