[MPlayer-cvslog] r18926 - trunk/libmpdemux/Makefile
diego
subversion at mplayerhq.hu
Thu Jul 6 15:06:22 CEST 2006
Author: diego
Date: Thu Jul 6 15:06:21 2006
New Revision: 18926
Modified:
trunk/libmpdemux/Makefile
Log:
cosmetics
Modified: trunk/libmpdemux/Makefile
==============================================================================
--- trunk/libmpdemux/Makefile (original)
+++ trunk/libmpdemux/Makefile Thu Jul 6 15:06:21 2006
@@ -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
More information about the MPlayer-cvslog
mailing list