diff options
| author | Matthias Hopf <mat@mshopf.de> | 2002-08-02 14:09:05 +0000 |
|---|---|---|
| committer | Matthias Hopf <mat@mshopf.de> | 2002-08-02 14:09:05 +0000 |
| commit | e99e0c28715fd6fd81482076cd683a3566ffcbff (patch) | |
| tree | b194dd4ec7b340ab0ee3e1db739c9c6c907ce73d /src/xine-engine/nvtvd.h | |
| parent | 9bb5df799a3955eb5cdf8e8108d31b7367186379 (diff) | |
| download | xine-lib-e99e0c28715fd6fd81482076cd683a3566ffcbff.tar.gz xine-lib-e99e0c28715fd6fd81482076cd683a3566ffcbff.tar.bz2 | |
TV mode selection enhanced.
CVS patchset: 2384
CVS date: 2002/08/02 14:09:05
Diffstat (limited to 'src/xine-engine/nvtvd.h')
| -rw-r--r-- | src/xine-engine/nvtvd.h | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/src/xine-engine/nvtvd.h b/src/xine-engine/nvtvd.h index 4bbefc756..0e7303691 100644 --- a/src/xine-engine/nvtvd.h +++ b/src/xine-engine/nvtvd.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: nvtvd.h,v 1.2 2002/06/26 15:57:47 jkeil Exp $ + * $Id: nvtvd.h,v 1.3 2002/08/02 14:09:05 mshopf Exp $ * * nvtvd - Routines for communication with nvtvd. * @@ -231,10 +231,14 @@ typedef union _DevUnion { #include <X11/Xmd.h> #ifdef __GNUC__ -#define DEBUG(x) /*x*/ +#ifndef DEBUG +# define DEBUG(x) /*x*/ +#endif #define ErrorF(x...) fprintf(stderr,x) #else -#define DEBUG(x) /*x*/ +#ifndef DEBUG +# define DEBUG(x) /*x*/ +#endif #define ErrorF(...) fprintf(stderr, __VA_ARGS__) #endif @@ -578,7 +582,7 @@ typedef struct _riva_hw_inst * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: nvtvd.h,v 1.2 2002/06/26 15:57:47 jkeil Exp $ + * $Id: nvtvd.h,v 1.3 2002/08/02 14:09:05 mshopf Exp $ * * Contents: * @@ -1095,7 +1099,7 @@ typedef struct { * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: nvtvd.h,v 1.2 2002/06/26 15:57:47 jkeil Exp $ + * $Id: nvtvd.h,v 1.3 2002/08/02 14:09:05 mshopf Exp $ * * Contents: * @@ -1211,7 +1215,7 @@ extern BackCardPtr back_card; * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: nvtvd.h,v 1.2 2002/06/26 15:57:47 jkeil Exp $ + * $Id: nvtvd.h,v 1.3 2002/08/02 14:09:05 mshopf Exp $ * * Contents: * |
