Use #ifdef to avoid warning about undefined macro.

This commit is contained in:
Diego E. 'Flameeyes' Pettenò 2009-01-22 23:38:07 +01:00
parent a257448ceb
commit 3e5d9fd37a
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
#include <string.h>
#if HAVE_LIBSAMPLERATE
#ifdef HAVE_LIBSAMPLERATE
#include <samplerate.h>
#endif