diff src/audacious/audconfig.h @ 4523:b3e4f5c31546

Conditional USE_SRC was changed to USE_SAMPLERATE earlier.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 30 Apr 2008 03:43:15 +0300
parents 6e412073cf28
children d09dd0960a6a
line wrap: on
line diff
--- a/src/audacious/audconfig.h	Wed Apr 30 03:41:47 2008 +0300
+++ b/src/audacious/audconfig.h	Wed Apr 30 03:43:15 2008 +0300
@@ -126,7 +126,7 @@
     gfloat replay_gain_preamp;
     gfloat default_gain;
     gint saved_volume;
-#ifdef USE_SRC
+#ifdef USE_SAMPLERATE
     gboolean enable_src;
     gint src_rate;
     gint src_type;