Mercurial > mplayer.hg
annotate libdha/config.h @ 19799:b3a62b7b7dfa
r19799: ability to pass channel name (not only number) to radio_set_channel
r19788: small wording/spelling fixes
r19785: keypad 7 returns to nearest dvdnav menu
r19778: mention dvdnav keys bindings
r19777: mention that 'h' and 'k' work with dvb input, too
r19763: -nortc is now the default, document -rtc instead. Change the description
of -rtc and -softsleep.
r19751: Add a bit of doc about dvdnav support in MPlayer, and why you may want to use it.
author | kraymer |
---|---|
date | Tue, 12 Sep 2006 07:07:48 +0000 |
parents | a7e5d72343e5 |
children |
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__ |
19233 | 8 //#define CONFIG_DHAHELPER |
4473 | 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 */ |