view libdha/config.h @ 20923:40a2ec4a49ff

r20878: [cosmetics] (skipped) r20879: [small fixes] r20933: libvorbis is not necessary for Vorbis playback, small wording improvement.
author kraymer
date Wed, 15 Nov 2006 08:36:06 +0000
parents a7e5d72343e5
children
line wrap: on
line source

#ifndef LIBDHA_CONFIG_H
#define LIBDHA_CONFIG_H

#include "../config.h"

#ifdef TARGET_LINUX
#ifndef __powerpc__
//#define CONFIG_DHAHELPER
#endif
#endif

#if defined(__powerpc__) && defined(CONFIG_SVGAHELPER)
#undef CONFIG_SVGAHELPER
#endif

#endif /* LIBDHA_CONFIG_H */