Mercurial > mplayer.hg
view libdha/config.h @ 17331:7a718d3fd1fd
Reformat examples to prevent linebreaks and hyphenation. When occurring
at the wrong spot they can be extremely confusing for novices.
author | diego |
---|---|
date | Fri, 06 Jan 2006 14:03:51 +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 */