1
mirror of https://github.com/mpv-player/mpv synced 2024-11-18 21:16:10 +01:00

don't build dhahelper on PPC linux

patch by Colin Leroy <colin@colino.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7843 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-10-22 15:09:36 +00:00
parent cce7d5b09a
commit dafa2d6507

View File

@ -4,7 +4,9 @@
#include "../config.h"
#ifdef TARGET_LINUX
#ifndef __powerpc__
#define CONFIG_DHAHELPER
#endif
#endif
#endif /* LIBDHA_CONFIG_H */