1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-30 02:52:10 +00:00

renamed dvbin.c to stream_dvb.c for consistency

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19302 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ben 2006-08-03 19:16:30 +00:00
parent 6eaeaa734e
commit 51138f066e
2 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ SRCS += freesdp/common.c \
endif
ifeq ($(DVBIN),yes)
SRCS += dvbin.c
SRCS += stream_dvb.c
SRCS += dvb_tune.c
endif