changeset 18921:f40eeaf450dd

cosmetics
author diego
date Thu, 06 Jul 2006 13:06:21 +0000
parents 0726ee266c39
children d2d9d011203f
files libmpdemux/Makefile
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/Makefile	Thu Jul 06 12:51:52 2006 +0000
+++ b/libmpdemux/Makefile	Thu Jul 06 13:06:21 2006 +0000
@@ -40,6 +40,10 @@
         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 @@
         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