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:
parent
cce7d5b09a
commit
dafa2d6507
@ -4,7 +4,9 @@
|
||||
#include "../config.h"
|
||||
|
||||
#ifdef TARGET_LINUX
|
||||
#ifndef __powerpc__
|
||||
#define CONFIG_DHAHELPER
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif /* LIBDHA_CONFIG_H */
|
||||
|
Loading…
Reference in New Issue
Block a user