Browse Source

disable avif by default

pull/4786/head
CrackedPixel 1 month ago
parent
commit
1ae1cd1f03
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Makefile

+ 1
- 1
src/Makefile View File

@ -123,7 +123,7 @@ SDL_LIBRARIES ?= -lSDL2 -lSDL2main
# AVIF support: It requires libavif to be provided externally
# WARNING: Library is not included in raylib, it MUST be configured by users
LIBAVIF_ENABLE ?= TRUE
LIBAVIF_ENABLE ?= FALSE
LIBAVIF_ROOT_PATH ?= $(RAYLIB_SRC_PATH)/external/libavif
LIBAVIF_INCLUDE_PATH ?= $(LIBAVIF_ROOT_PATH)/include
LIBAVIF_SRC_PATH ?= $(LIBAVIF_ROOT_PATH)/src

Loading…
Cancel
Save