Browse Source

启用静态链接

shimin tang 1 day ago
parent
commit
7ded017db7
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

@@ -30,6 +30,8 @@ jobs:
         run: |
           cd ffmpeg
           ./configure --disable-everything \
+            --enable-static \
+            --disable-shared \
             --disable-ffprobe \
             --enable-ffmpeg \
             --enable-avformat \