Skip to content

Commit

Permalink
Set libwebp build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller authored and jlaine committed May 27, 2024
1 parent 119b874 commit 841b41d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scripts/build-ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,17 @@
source_filename="webp-1.4.0.tar.gz",
source_url="https://github.com/webmproject/libwebp/archive/refs/tags/v1.4.0.tar.gz",
build_system="cmake",
build_arguments=[
"-DWEBP_BUILD_ANIM_UTILS=OFF",
"-DWEBP_BUILD_CWEBP=OFF",
"-DWEBP_BUILD_DWEBP=OFF",
"-DWEBP_BUILD_GIF2WEBP=OFF",
"-DWEBP_BUILD_IMG2WEBP=OFF",
"-DWEBP_BUILD_VWEBP=OFF",
"-DWEBP_BUILD_WEBPINFO=OFF",
"-DWEBP_BUILD_WEBPMUX=OFF",
"-DWEBP_BUILD_BUILD_EXTRAS=OFF",
],
),
Package(
name="x264",
Expand Down

0 comments on commit 841b41d

Please sign in to comment.