summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-03 19:16:30 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-03 19:16:30 +0000
commit51138f066edf44d894eda7a6faaaf90376a63766 (patch)
tree7efa4620af14e88af36be64ff122ad6f76729941 /stream
parent6eaeaa734e2a14124dfb3d6cd571f098ef4832be (diff)
downloadmpv-51138f066edf44d894eda7a6faaaf90376a63766.tar.bz2
mpv-51138f066edf44d894eda7a6faaaf90376a63766.tar.xz
renamed dvbin.c to stream_dvb.c for consistency
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19302 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/Makefile2
-rw-r--r--stream/stream_dvb.c (renamed from stream/dvbin.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/stream/Makefile b/stream/Makefile
index 4f52c72073..3b2637c5da 100644
--- a/stream/Makefile
+++ b/stream/Makefile
@@ -107,7 +107,7 @@ SRCS += freesdp/common.c \
endif
ifeq ($(DVBIN),yes)
-SRCS += dvbin.c
+SRCS += stream_dvb.c
SRCS += dvb_tune.c
endif
diff --git a/stream/dvbin.c b/stream/stream_dvb.c
index 7fa92e0663..7fa92e0663 100644
--- a/stream/dvbin.c
+++ b/stream/stream_dvb.c