mpv/libdha/config.h

11 lines
155 B
C
Raw Normal View History

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