cosmetics

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18926 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-07-06 13:06:21 +00:00
parent 314e68f095
commit 20770e8a7d
1 changed files with 5 additions and 4 deletions

View File

@ -40,6 +40,10 @@ SRCS += stream.c \
stream_vcd.c \
stream_vstream.c \
ifeq ($(HAVE_DVD),yes)
SRCS += stream_dvd.c
endif
# TV in
SRCS += tv.c \
frequencies.c \
@ -88,12 +92,9 @@ SRCS += demuxer.c \
demux_y4m.c \
demux_mkv.c ebml.c \
ifeq ($(HAVE_DVD),yes)
SRCS += stream_dvd.c
endif
ifeq ($(XMMS_PLUGINS),yes)
SRCS += demux_xmms.c
endif
endif
ifneq ($(W32_LIB),)
SRCS += demux_avs.c
endif