mirror of
https://github.com/mpv-player/mpv
synced 2024-12-12 18:06:18 +00:00
127e0ba191
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4474 b3059339-0415-0410-9bf9-f77b7e298cf2
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 */
|