view libdha/config.h @ 20395:5ce6fcd3cefd

r20399: Remove bio2jack from list of required software. r20401: <replaceable> tags aren't needed in literal example r20408: swap telecine and pulldown, typo noticed by RC
author kraymer
date Mon, 23 Oct 2006 12:26:10 +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 */