1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-15 19:35:49 +00:00
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 */