diff options
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ /* - * $Id: common.h,v 1.11 2008/04/07 14:40:39 schmirl Exp $ + * $Id: common.h,v 1.12 2009/01/16 11:35:43 schmirl Exp $ */ #ifndef VDR_STREAMDEV_COMMON_H @@ -51,7 +51,9 @@ const cChannel *ChannelFromString(const char *String, int *Apid = NULL); enum eStreamType { stTS, +#if APIVERSNUM < 10703 stPES, +#endif stPS, stES, stExtern, |