summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--stream/cache.c (renamed from stream/cache2.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3fab39353e..10beb26df9 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ SOURCES-$(PRIORITY) += osdep/priority.c
SOURCES-$(PVR) += stream/stream_pvr.c
SOURCES-$(RADIO) += stream/stream_radio.c
SOURCES-$(RADIO_CAPTURE) += stream/audio_in.c
-SOURCES-$(STREAM_CACHE) += stream/cache2.c
+SOURCES-$(STREAM_CACHE) += stream/cache.c
SOURCES-$(TV) += stream/stream_tv.c stream/tv.c \
stream/frequencies.c stream/tvi_dummy.c
diff --git a/stream/cache2.c b/stream/cache.c
index a0ad2559ae..a0ad2559ae 100644
--- a/stream/cache2.c
+++ b/stream/cache.c