Update makefile

This commit is contained in:
Themaister 2010-11-09 00:01:52 +01:00
parent e703b37501
commit 0e9dd13601

View File

@ -84,7 +84,7 @@ static const bool force_aspect = true;
////////////////
// Will enable audio or not.
static const bool audio_enable = false;
static const bool audio_enable = true;
// Output samplerate
static const unsigned out_rate = 48000;