Skip to content

Commit cd91081

Browse files
add ffmpeg-build feature
1 parent 0446260 commit cd91081

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mstickereditor/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ url = "2.2"
3232
[features]
3333
default = ["ffmpeg", "lottie"]
3434
ffmpeg = ["mstickerlib/ffmpeg"]
35+
ffmpeg-build = ["ffmpeg", "mstickerlib/ffmpeg-build"]
3536
lottie = ["mstickerlib/lottie"]
3637

3738
[profile.release]

mstickerlib/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ rustc_version = "0.4.0"
4646
[features]
4747
default = ["ffmpeg", "log", "lottie"]
4848
ffmpeg = ["dep:ffmpeg", "dep:tempfile", "dep:webp-animation"]
49+
ffmpeg-build = ["ffmpeg", "ffmpeg/build"]
4950
log = ["dep:log"]
5051
lottie = ["dep:lottieconv", "dep:tempfile", "dep:webp-animation", "dep:gif"]
5152

0 commit comments

Comments
 (0)