summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eepg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/eepg.c b/eepg.c
index 5c37a34..2b6e7c8 100644
--- a/eepg.c
+++ b/eepg.c
@@ -2999,6 +2999,7 @@ extern bool SystemCharacterTableIsSingleByte;*/
}
}
break;
+#if APIVERSNUM > 10711
case SI::ContentDescriptorTag:{
SI::ContentDescriptor *cd = (SI::ContentDescriptor *)d;
SI::ContentDescriptor::Nibble Nibble;
@@ -3013,6 +3014,7 @@ extern bool SystemCharacterTableIsSingleByte;*/
pEvent->SetContents(Contents);
}
break;
+#endif
case SI::ParentalRatingDescriptorTag:{
int LanguagePreferenceRating = -1;
SI::ParentalRatingDescriptor *prd = (SI::ParentalRatingDescriptor *)d;