Update of /cvsroot/mplayer/main/libdha In directory mail:/var/tmp.root/cvs-serv12769 Modified Files: config.h Log Message: don't build dhahelper on PPC linux patch by Colin Leroy <colin@colino.net> Index: config.h =================================================================== RCS file: /cvsroot/mplayer/main/libdha/config.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- config.h 2 Feb 2002 07:04:43 -0000 1.1 +++ config.h 22 Oct 2002 15:09:36 -0000 1.2 @@ -4,7 +4,9 @@ #include "../config.h" #ifdef TARGET_LINUX +#ifndef __powerpc__ #define CONFIG_DHAHELPER +#endif #endif #endif /* LIBDHA_CONFIG_H */
On Tue, 22 Oct 2002 17:09:38 +0200 Arpi of Ize <arpi@mplayerhq.hu> wrote:
#ifdef TARGET_LINUX +#ifndef __powerpc__ #define CONFIG_DHAHELPER +#endif #endif
Shouldnt we rather check for being on IA32 ? Attila Kinali -- It must have been some unmarried fool that said "A child can ask questions that a wise man cannot answer"; because, in any decent house, a brat that starts asking questions is promptly packed off to bed. -- Arthur Binstead
participants (2)
-
Arpi of Ize -
Attila Kinali