# HG changeset patch # User diego # Date 1152191181 0 # Node ID f40eeaf450ddc52fa59cfa727fd968967d722334 # Parent 0726ee266c399497e28c7a52b19d861a8907bb05 cosmetics diff -r 0726ee266c39 -r f40eeaf450dd libmpdemux/Makefile --- 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