Skip to content

Commit

Permalink
enabled ac3,eac3 and swresample
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Apr 12, 2024
1 parent 3f8d024 commit 43062f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-ffmpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@ jobs:
--disable-autodetect \
--disable-iconv \
--enable-avcodec \
--enable-encoder=ac3,eac3 \
--enable-encoder=libsvtav1 \
--enable-encoder=libx264,libx265 \
--enable-gpl \
Expand All @@ -555,6 +556,7 @@ jobs:
--enable-libx265 \
--enable-static \
--enable-swscale \
--enable-swresample \
--pkg-config=pkg-config \
${{ matrix.ffmpeg_extras }} \
|| config_error=true
Expand Down

0 comments on commit 43062f4

Please sign in to comment.