view libdha/config.h @ 13652:3427a9f4b6e3

Sync with GomGom's patch-12 version. updated copyright two new postprocessing options display aspect ratio support
author iive
date Sat, 16 Oct 2004 14:10:57 +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 */