Skip to content

Commit

Permalink
client: ogg vorbis is armed now refs #34
Browse files Browse the repository at this point in the history
  • Loading branch information
IR4T4 committed Jan 31, 2013
1 parent 501d606 commit 9af53da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion easybuild.sh
Expand Up @@ -114,7 +114,8 @@ BUNDLED_SDL=1
BUNDLED_JPEG=1
BUNDLED_LUA=1
BUNDLED_CURL=1
FEATURE_OGG_VORBIS=0
BUNDLED_OGG_VORBIS=1
FEATURE_OGG_VORBIS=1
FEATURE_TRACKBASE=1
FEATURE_OMNIBOT=1
FEATURE_ANTICHEAT=1
Expand Down Expand Up @@ -146,6 +147,7 @@ _CFGSTRING="
-DBUNDLED_JPEG=${BUNDLED_JPEG}
-DBUNDLED_LUA=${BUNDLED_LUA}
-DBUNDLED_CURL=${BUNDLED_CURL}
-DBUNDLED_OGG_VORBIS=${BUNDLED_OGG_VORBIS}
-DCROSS_COMPILE32=1
-DFEATURE_CURL=1
-DFEATURE_OGG_VORBIS=${FEATURE_OGG_VORBIS}
Expand Down

0 comments on commit 9af53da

Please sign in to comment.