summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
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