[MPlayer-cvslog] r19302 - in trunk/stream: Makefile dvbin.c stream_dvb.c
ben
subversion at mplayerhq.hu
Thu Aug 3 21:16:30 CEST 2006
Author: ben
Date: Thu Aug 3 21:16:30 2006
New Revision: 19302
Added:
trunk/stream/stream_dvb.c
- copied unchanged from r19299, /trunk/stream/dvbin.c
Removed:
trunk/stream/dvbin.c
Modified:
trunk/stream/Makefile
Log:
renamed dvbin.c to stream_dvb.c for consistency
Modified: trunk/stream/Makefile
==============================================================================
--- trunk/stream/Makefile (original)
+++ trunk/stream/Makefile Thu Aug 3 21:16:30 2006
@@ -107,7 +107,7 @@
endif
ifeq ($(DVBIN),yes)
-SRCS += dvbin.c
+SRCS += stream_dvb.c
SRCS += dvb_tune.c
endif
More information about the MPlayer-cvslog
mailing list