1
mirror of https://github.com/mpv-player/mpv synced 2024-09-09 01:16:56 +02:00
mpv/libdha/config.h
alex 6429f7e4fd svgalib kernelhelper support (based on patch by Matan Ziv-Av <matan@svgalib.org>) and some reordering/cleanup (part #1 ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8504 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-20 21:07:27 +00:00

17 lines
270 B
C

#ifndef LIBDHA_CONFIG_H
#define LIBDHA_CONFIG_H
#include "../config.h"
#ifdef TARGET_LINUX
#ifndef __powerpc__
#define CONFIG_DHAHELPER
#endif
#endif
#if defined(__powerpc__) && defined(CONFIG_SVGAHELPER)
#undef CONFIG_SVGAHELPER
#endif
#endif /* LIBDHA_CONFIG_H */