From 20770e8a7da4bd4469fa954e8c7a54c18e495835 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 6 Jul 2006 13:06:21 +0000 Subject: cosmetics git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18926 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'libmpdemux/Makefile') diff --git a/libmpdemux/Makefile b/libmpdemux/Makefile index 8e32044e66..94a96d690f 100644 --- a/libmpdemux/Makefile +++ b/libmpdemux/Makefile @@ -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 -- cgit v1.2.3