1
mirror of https://github.com/mpv-player/mpv synced 2025-01-09 01:36:25 +01: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 */