comparison src/crossfade/crossfade.h @ 3135:85b7dcee821f

crossfade: another portion of cleanups, remove legacy stuff
author Michal Lipski <tallica@o2.pl>
date Thu, 07 May 2009 14:11:51 +0200
parents 354e90c81253
children a9593b76cf19
comparison
equal deleted inserted replaced
3134:354e90c81253 3135:85b7dcee821f
21 * USA. 21 * USA.
22 */ 22 */
23 23
24 #ifndef _CROSSFADE_H_ 24 #ifndef _CROSSFADE_H_
25 #define _CROSSFADE_H_ 25 #define _CROSSFADE_H_
26
27 #define COMPILE_FOR_AUDACIOUS
28 #define AUDACIOUS_ABI_VERSION 2
29 26
30 #ifdef HAVE_CONFIG_H 27 #ifdef HAVE_CONFIG_H
31 # include "config.h" 28 # include "config.h"
32 #endif 29 #endif
33 30