Document USE_INTERNAL_VORBIS in README

This commit is contained in:
Zack Middleton 2023-04-02 17:13:18 -05:00
parent 4610a2403a
commit 18f3b6b510
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ Makefile.local:
USE_INTERNAL_JPEG - build and link against internal JPEG library USE_INTERNAL_JPEG - build and link against internal JPEG library
USE_INTERNAL_OGG - build and link against internal ogg library USE_INTERNAL_OGG - build and link against internal ogg library
USE_INTERNAL_OPUS - build and link against internal opus/opusfile libraries 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 USE_LOCAL_HEADERS - use headers local to ioq3 instead of system ones
DEBUG_CFLAGS - C compiler flags to use for building debug version DEBUG_CFLAGS - C compiler flags to use for building debug version
COPYDIR - the target installation directory COPYDIR - the target installation directory