Skip to content

Commit

Permalink
Merge pull request #292 from npavlovikj/add_svg
Browse files Browse the repository at this point in the history
Enable svg build
  • Loading branch information
hmaarrfk authored Oct 25, 2024
2 parents 8dd64e3 + e1e8b7d commit 040980d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ fi
--enable-version3 \
--enable-zlib \
--enable-libopus \
--enable-librsvg \
--pkg-config=${PKG_CONFIG} \
|| { if [[ ${CI} != "" ]]; then cat ffbuild/config.log; fi; exit 1; }

Expand Down
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ source:
# Include time_internal header for windows to correctly locate localtime_r and gmtime_r
- patches/include_time_internal_header.patch

{% set build = 1 %}
{% set build = 2 %}
{% if license_family == 'gpl' %}
{% set build = build + 100 %}
{% endif %}
Expand Down Expand Up @@ -85,6 +85,7 @@ requirements:
- libvpx # [not win]
- zlib
- openh264
- librsvg
- lame # [not win]
- gmp # [unix]
- libva # [linux64]
Expand Down

0 comments on commit 040980d

Please sign in to comment.