summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-06 20:33:02 +0200
committerwm4 <wm4@nowhere>2013-06-09 22:04:56 +0200
commit97887895308d8912ffa78400fcccd1ddb2c58680 (patch)
tree6b36b783bfd098751d43d3d4d8c1394ae1d1f86a /Makefile
parent40567fb1011f266cf04dfd92bf4943d93f890329 (diff)
downloadmpv-97887895308d8912ffa78400fcccd1ddb2c58680.tar.bz2
mpv-97887895308d8912ffa78400fcccd1ddb2c58680.tar.xz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 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