fix makefile formatting
This commit is contained in:
parent
bff841cd47
commit
5515be32f1
|
|
@ -812,10 +812,10 @@ android_native_app_glue.o : $(NATIVE_APP_GLUE)/android_native_app_glue.c
|
||||||
# AVIF
|
# AVIF
|
||||||
libavif.o : $(LIBAVIF_SRC_PATH)/avif.c
|
libavif.o : $(LIBAVIF_SRC_PATH)/avif.c
|
||||||
ifeq ($(LIBAVIF_ENABLE),TRUE)
|
ifeq ($(LIBAVIF_ENABLE),TRUE)
|
||||||
cmake -S $(LIBAVIF_ROOT_PATH) -B $(LIBAVIF_LIBRARY_PATH)
|
cmake -S $(LIBAVIF_ROOT_PATH) -B $(LIBAVIF_LIBRARY_PATH)
|
||||||
make -C $(LIBAVIF_LIBRARY_PATH)
|
make -C $(LIBAVIF_LIBRARY_PATH)
|
||||||
else
|
else
|
||||||
@echo "AVIF support is disabled, skipping AVIF library build."
|
@echo "AVIF support is disabled, skipping AVIF library build."
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Install generated and needed files to desired directories.
|
# Install generated and needed files to desired directories.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user