summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2011-02-23 17:57:08 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2011-03-03 21:38:52 +0200
commit5e0a163886f825983c5bfcd4181e6498b0f3e0f2 (patch)
treea2d6b359dc276c69a1e538ee435f19bd3a768c85 /Makefile
parent962eec0440ad65a71c09a9e206e110c62d9de3c8 (diff)
downloadmpv-5e0a163886f825983c5bfcd4181e6498b0f3e0f2.tar.bz2
mpv-5e0a163886f825983c5bfcd4181e6498b0f3e0f2.tar.xz
tl_matroska.c: move the find_files() function here
Move the find_files() function from findfiles.c to tl_matroska.c. Delete the findfiles.c file. Add a check against opendir() failure in find_files().
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c8beb0335..90802b0ae2 100644
--- a/Makefile
+++ b/Makefile
@@ -423,7 +423,6 @@ SRCS_COMMON = asxparser.c \
libmpdemux/yuv4mpeg.c \
libmpdemux/yuv4mpeg_ratio.c \
libvo/osd.c \
- osdep/findfiles.c \
osdep/numcores.c \
osdep/$(GETCH) \
osdep/$(TIMER) \