Build 15 started, USE_FFMPEG,USE_FLAG,USE_OGG defines added.
This commit is contained in:
parent
567c00827b
commit
dd1bbea496
1 changed files with 5 additions and 1 deletions
6
setup
6
setup
|
@ -48,7 +48,11 @@ EXTRA_CFLAGS="-DUNIT_ON_MAP -DNEW_AI"
|
|||
## NEW_AI: New better improved AI code
|
||||
## USE_TILECACHE: Faster tile drawing, costs memory.
|
||||
## USE_SMART_TILECACHE: Faster tile drawing, slow with hardware video memory.
|
||||
## USE_LIBMODPLUG: Use modplug audio player support.
|
||||
## These aren't working yet:
|
||||
## USE_FFMPEG Use ffmpeg video player support.
|
||||
## USE_FLAC: Use flac audio player support.
|
||||
## USE_OGG: Use ogg audio player support.
|
||||
## NEW_FOW: New fog of war code, should work correct
|
||||
## NEW_SHIPS: New correct ship movement.
|
||||
## NEW_NETMENUS: Menu driven network set-up.
|
||||
|
@ -79,7 +83,7 @@ LOCAL_ZLIB="zlib-1.1.3"
|
|||
#------------------------------------------------------------------------------
|
||||
# DON'T CHANGE ANYTHING FROM HERE DOWN UNLESS YOU KNOW WHAT YOU ARE DOING
|
||||
|
||||
VERSION="-DVERSION=\"1.17pre1-build14\""
|
||||
VERSION="-DVERSION=\"1.17pre1-build15\""
|
||||
UNIX=0
|
||||
BEOS=0
|
||||
WIN32=0
|
||||
|
|
Loading…
Reference in a new issue