mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Commented out the line #define DEPRECATED_VIDEOSYSTEM in device.h
This commit is contained in:
parent
15927fd097
commit
0a40ce6f9d
4
HISTORY
4
HISTORY
@ -8636,3 +8636,7 @@ Video Disk Recorder Revision History
|
|||||||
- The -V and -h options now list the plugins in alphabetical order (suggested by
|
- The -V and -h options now list the plugins in alphabetical order (suggested by
|
||||||
Dietmar Spingler).
|
Dietmar Spingler).
|
||||||
- Fixed a compiler warning in font.c.
|
- Fixed a compiler warning in font.c.
|
||||||
|
- Commented out the line
|
||||||
|
#define DEPRECATED_VIDEOSYSTEM
|
||||||
|
in device.h. If a plugin doesn't compile with this version of VDR, you can uncomment
|
||||||
|
this line as a quick workaround. In the long run the plugin will need to be adapted.
|
||||||
|
4
device.h
4
device.h
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* 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
|
#ifndef __DEVICE_H
|
||||||
@ -55,7 +55,7 @@ enum ePlayMode { pmNone, // audio/video from decoder
|
|||||||
// KNOWN TO YOUR PLAYER.
|
// KNOWN TO YOUR PLAYER.
|
||||||
};
|
};
|
||||||
|
|
||||||
#define DEPRECATED_VIDEOSYSTEM
|
//#define DEPRECATED_VIDEOSYSTEM
|
||||||
#ifdef DEPRECATED_VIDEOSYSTEM
|
#ifdef DEPRECATED_VIDEOSYSTEM
|
||||||
enum eVideoSystem { vsPAL,
|
enum eVideoSystem { vsPAL,
|
||||||
vsNTSC
|
vsNTSC
|
||||||
|
Loading…
Reference in New Issue
Block a user