From 97887895308d8912ffa78400fcccd1ddb2c58680 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 6 Jun 2013 20:33:02 +0200 Subject: stream: rename cache2.c to cache.c I never found cache1.c (whatever it was named, if it ever existed). cache2.h will be deleted later, so don't go through the trouble of renaming it. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3