]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
dvbcam.h: compilation fix for !linuxdvb, fixes #4973
authorJaroslav Kysela <perex@perex.cz>
Mon, 26 Feb 2018 13:05:14 +0000 (14:05 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 26 Feb 2018 13:05:20 +0000 (14:05 +0100)
src/descrambler/dvbcam.h

index a5ae76cf3892a578c8f2f6715908ea0142304d1f..55bb6d77c4b423e80eb18df1ac555b17d064d22d 100644 (file)
@@ -37,7 +37,7 @@ void dvbcam_pmt_data(struct mpegts_service *s, const uint8_t *ptr, int len);
 #if defined(ENABLE_LINUXDVB_CA) && defined(ENABLE_DDCI)
 int dvbcam_is_ddci(struct service *t);
 #else
-static inline int dvbcam_is_ddci(struct service_t *t) { return 0; }
+static inline int dvbcam_is_ddci(struct service *t) { return 0; }
 #endif
 
 #endif /* __DVBCAM_H__ */