view libdha/config.h @ 14388:da2a938eb976

small fixes and wording 1.843: 6-channel raw acc on stereo speakers playback example 1.844: mention ATSC in the dvb section
author kraymer
date Thu, 06 Jan 2005 10:56:52 +0000
parents 9dbb9c710480
children a7e5d72343e5
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 */