1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-12 18:06:18 +00:00
mpv/libdha/config.h
alex 127e0ba191 initial
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4474 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-02 07:04:43 +00:00

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 */