diff options
Diffstat (limited to 'src/video_out/libdha/config.h')
-rw-r--r-- | src/video_out/libdha/config.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/video_out/libdha/config.h b/src/video_out/libdha/config.h new file mode 100644 index 000000000..ede3c13c1 --- /dev/null +++ b/src/video_out/libdha/config.h @@ -0,0 +1,10 @@ +#ifndef LIBDHA_CONFIG_H +#define LIBDHA_CONFIG_H + +#include "../config.h" + +#ifdef TARGET_LINUX +//#define CONFIG_DHAHELPER /* doesn't affect virt_to_phys */ +#endif + +#endif /* LIBDHA_CONFIG_H */ |