Mercurial > mplayer.hg
annotate libdha/config.h @ 9076:92014b66ed3d
ability to disable the nonsense expand filter is a must! otherwise
it's impossible to render subtitles earlier in the filter chain and
then scale them down with a scale filter; huge subs will get rendered
again on top!! (think dvd/vobsub where you can't just use smaller font
size) if anyone has a better way to handle this, do it! (e.g. make it
so that the first expand filter disabled osd for the rest of the
filter chain)
author | rfelker |
---|---|
date | Fri, 24 Jan 2003 01:04:50 +0000 |
parents | 9dbb9c710480 |
children | a7e5d72343e5 |
rev | line source |
---|---|
4473 | 1 #ifndef LIBDHA_CONFIG_H |
2 #define LIBDHA_CONFIG_H | |
3 | |
4 #include "../config.h" | |
5 | |
6 #ifdef TARGET_LINUX | |
7842 | 7 #ifndef __powerpc__ |
4473 | 8 #define CONFIG_DHAHELPER |
9 #endif | |
7842 | 10 #endif |
4473 | 11 |
8503
9dbb9c710480
svgalib kernelhelper support (based on patch by Matan Ziv-Av <matan@svgalib.org>) and some reordering/cleanup (part #1 ;)
alex
parents:
7842
diff
changeset
|
12 #if defined(__powerpc__) && defined(CONFIG_SVGAHELPER) |
9dbb9c710480
svgalib kernelhelper support (based on patch by Matan Ziv-Av <matan@svgalib.org>) and some reordering/cleanup (part #1 ;)
alex
parents:
7842
diff
changeset
|
13 #undef CONFIG_SVGAHELPER |
9dbb9c710480
svgalib kernelhelper support (based on patch by Matan Ziv-Av <matan@svgalib.org>) and some reordering/cleanup (part #1 ;)
alex
parents:
7842
diff
changeset
|
14 #endif |
9dbb9c710480
svgalib kernelhelper support (based on patch by Matan Ziv-Av <matan@svgalib.org>) and some reordering/cleanup (part #1 ;)
alex
parents:
7842
diff
changeset
|
15 |
4473 | 16 #endif /* LIBDHA_CONFIG_H */ |