mpv/libdha/config.h

13 lines
182 B
C

#ifndef LIBDHA_CONFIG_H
#define LIBDHA_CONFIG_H
#include "../config.h"
#ifdef TARGET_LINUX
#ifndef __powerpc__
#define CONFIG_DHAHELPER
#endif
#endif
#endif /* LIBDHA_CONFIG_H */