summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-04-19 12:15:00 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2015-04-19 12:15:00 +0200
commit0a40ce6f9dd69ee747f83f2079ba1c1984178f46 (patch)
tree26505f8685664223a01b5843eeec2e5945940f4c /device.h
parent15927fd097abf5668439463202c51def45560d88 (diff)
downloadvdr-0a40ce6f9dd69ee747f83f2079ba1c1984178f46.tar.gz
vdr-0a40ce6f9dd69ee747f83f2079ba1c1984178f46.tar.bz2
Commented out the line #define DEPRECATED_VIDEOSYSTEM in device.h
Diffstat (limited to 'device.h')
-rw-r--r--device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/device.h b/device.h
index b06d9770..31ee3038 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h 3.10 2015/01/12 14:39:09 kls Exp $
+ * $Id: device.h 4.1 2015/04/19 12:12:43 kls Exp $
*/
#ifndef __DEVICE_H
@@ -55,7 +55,7 @@ enum ePlayMode { pmNone, // audio/video from decoder
// KNOWN TO YOUR PLAYER.
};
-#define DEPRECATED_VIDEOSYSTEM
+//#define DEPRECATED_VIDEOSYSTEM
#ifdef DEPRECATED_VIDEOSYSTEM
enum eVideoSystem { vsPAL,
vsNTSC