Skip to content

Commit

Permalink
Make sure sharpyuv is disabled for decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
surma authored Oct 25, 2023
1 parent 47cd47e commit 25ea8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codecs/avif/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $(OUT_DEC_JS): $(OUT_DEC_CPP) $(CODEC_DIR)/CMakeLists.txt $(LIBAOM_DIR)/CMakeLis
-DCONFIG_MULTITHREAD=0 \
" \
ENVIRONMENT=$(ENVIRONMENT) \
LIBAVIF_FLAGS="-DAVIF_CODEC_AOM_ENCODE=0"
LIBAVIF_FLAGS="-DAVIF_CODEC_AOM_ENCODE=0 -DAVIF_CHROMA_DOWNSAMPLING_SHARP_YUV=0 -DAVIF_LOCAL_LIBSHARPYUV=0"

$(CODEC_PACKAGE):
mkdir -p $(@D)
Expand Down

0 comments on commit 25ea8b9

Please sign in to comment.