Mercurial > mplayer.hg
annotate libdha/config.h @ 13284:6370626e902b
Renamed some MSGTR_VO_JPEG_* messages to MSGTR_VO_* messages, so they can
easily be re-used by other video output drivers, without having inapproriate
names.
To make live easier for the translators, I have made the same changes to
the German and Spanish translations (those who already picked up on the
MSGTR_VO_* messages).
author | ivo |
---|---|
date | Wed, 08 Sep 2004 03:51:37 +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 */ |