From 18f3b6b5108c525201e34fea1fb7746c7201b175 Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Sun, 2 Apr 2023 17:13:18 -0500 Subject: [PATCH] Document USE_INTERNAL_VORBIS in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b013e6c..ce2999cb 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ Makefile.local: USE_INTERNAL_JPEG - build and link against internal JPEG library USE_INTERNAL_OGG - build and link against internal ogg library USE_INTERNAL_OPUS - build and link against internal opus/opusfile libraries + USE_INTERNAL_VORBIS - build and link against internal Vorbis library USE_LOCAL_HEADERS - use headers local to ioq3 instead of system ones DEBUG_CFLAGS - C compiler flags to use for building debug version COPYDIR - the target installation directory