Skip to content

Commit

Permalink
jbig2enc: add lib for missing SharpYuvConvert
Browse files Browse the repository at this point in the history
```
/bin/ld: build/libwebp-1.5.0/src/enc/picture_csp_enc.c:181:(.text+0xd04): undefined reference to `SharpYuvConve
rt'
collect2: error: ld returned 1 exit status
```
  • Loading branch information
wwwutz committed Jan 21, 2025
1 parent 54cef30 commit c567a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jbig2enc.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export CFLAGS
CPPFLAGS=${CFLAGS}
export CPPFLAGS

LIBS='-lm -lleptonica -ltiff -ljpeg -lwebp -lpng -lz -lzstd -llzma'
LIBS='-lm -lleptonica -ltiff -ljpeg -lwebp -lpng -lz -lzstd -llzma -lsharpyuv'
export LIBS

# LDFLAGS+=" $(PKG_CONFIG_PATH=${PKG_CONFIG_PATH} pkg-config --libs-only-L libtiff-4)"
Expand Down

0 comments on commit c567a0b

Please sign in to comment.