Mercurial > mplayer.hg
annotate libdha/config.h @ 10560:11826d9f90c7
this patch fixes
1) some bugs introduced in the tuner autodetection and in the channel-parsing functions,
3) retries reading when the mplayer/mencoder don't read fast enough (sooner it exited)
but especially
4) makes the stream compliant with the new, modular stream api (the one
currently in CVS is not and is totally unreachable).
[and maybe more, next time please include cvslog in patch! -- A'rpi]
patch by Nico <nsabbi@libero.it>
author | arpi |
---|---|
date | Mon, 11 Aug 2003 00:02:46 +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 */ |