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 similarity index 100% rename from stream/cache2.c rename to stream/cache.c