mirror of
https://github.com/mpv-player/mpv
synced 2024-12-13 02:15:59 +00:00
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 */
|