From b6154a988f9d9a63e225c7e7a12e2ec7729aba43 Mon Sep 17 00:00:00 2001 From: Johns Date: Fri, 14 Dec 2012 17:04:50 +0100 Subject: Fix build with NO_TS_AUDIO. --- softhddev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/softhddev.c b/softhddev.c index b26a9dc..790f099 100644 --- a/softhddev.c +++ b/softhddev.c @@ -428,8 +428,6 @@ static int AdtsCheck(const uint8_t * data, int size) return 0; } -#ifndef NO_TS_AUDIO - ////////////////////////////////////////////////////////////////////////////// // PES Demux ////////////////////////////////////////////////////////////////////////////// @@ -455,6 +453,8 @@ enum PES_PROG_STREAM_DIR = 0xFF, }; +#ifndef NO_TS_AUDIO + /// /// PES parser state. /// -- cgit v1.2.3