autobuild: Enable Ogg Vorbis, Freetype, and MDR model support

Removed unneeded SDL packages.
This commit is contained in:
Zack Middleton 2013-03-06 16:04:06 -06:00
parent 9d73363551
commit 166c417204
1 changed files with 3 additions and 3 deletions

View File

@ -3,11 +3,11 @@ compiler:
- gcc
- clang
script: make
script: make USE_CODEC_VORBIS=1 USE_FREETYPE=1 CFLAGS=-DRAVENMD4
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libgl1-mesa-dev libsdl1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev
- sudo apt-get install -qq libgl1-mesa-dev libsdl1.2-dev libvorbis-dev libfreetype6-dev
notifications:
irc: "irc.freenode.org#ioquake3"