Get rid of ifndef

This commit is contained in:
twinaphex 2016-10-01 05:40:33 +02:00
parent 2e75aac7f7
commit 28630b6fcf

View File

@ -41,9 +41,7 @@
#include "../verbosity.h"
#include "../list_special.h"
#ifndef AUDIO_BUFFER_FREE_SAMPLES_COUNT
#define AUDIO_BUFFER_FREE_SAMPLES_COUNT (8 * 1024)
#endif
struct audio_rate_data
{