mirror of https://github.com/mpv-player/mpv
11 lines
155 B
C
11 lines
155 B
C
|
#ifndef LIBDHA_CONFIG_H
|
||
|
#define LIBDHA_CONFIG_H
|
||
|
|
||
|
#include "../config.h"
|
||
|
|
||
|
#ifdef TARGET_LINUX
|
||
|
#define CONFIG_DHAHELPER
|
||
|
#endif
|
||
|
|
||
|
#endif /* LIBDHA_CONFIG_H */
|