mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
- cleanup from unsupported DUCKBOX_HARDWARE
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -2376,7 +2376,7 @@ void CRadioText::run()
|
||||
uint current_pid = 0;
|
||||
|
||||
printf("CRadioText::run: ###################### Starting thread ######################\n");
|
||||
#if HAVE_SPARK_HARDWARE || HAVE_DUCKBOX_HARDWARE || HAVE_GENERIC_HARDWARE
|
||||
#if HAVE_SPARK_HARDWARE || HAVE_GENERIC_HARDWARE
|
||||
int buflen = 0;
|
||||
unsigned char *buf = NULL;
|
||||
audioDemux = new cDemux(0); // live demux
|
||||
@@ -2407,7 +2407,7 @@ void CRadioText::run()
|
||||
}
|
||||
mutex.unlock();
|
||||
if (pid) {
|
||||
#if HAVE_SPARK_HARDWARE || HAVE_DUCKBOX_HARDWARE || HAVE_GENERIC_HARDWARE
|
||||
#if HAVE_SPARK_HARDWARE || HAVE_GENERIC_HARDWARE
|
||||
int n;
|
||||
unsigned char tmp[6];
|
||||
|
||||
@@ -2450,7 +2450,7 @@ void CRadioText::run()
|
||||
}
|
||||
}
|
||||
}
|
||||
#if HAVE_SPARK_HARDWARE || HAVE_DUCKBOX_HARDWARE || HAVE_GENERIC_HARDWARE
|
||||
#if HAVE_SPARK_HARDWARE || HAVE_GENERIC_HARDWARE
|
||||
if (buf)
|
||||
free(buf);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user