[MPlayer-cvslog] r26543 - trunk/Makefile
diego
subversion at mplayerhq.hu
Sat Apr 26 11:27:59 CEST 2008
Author: diego
Date: Sat Apr 26 11:27:58 2008
New Revision: 26543
Log:
Only add vidix to parts when VIDIX is enabled.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sat Apr 26 11:27:58 2008
@@ -564,8 +564,10 @@ PARTS = liba52 \
libpostproc \
libswscale \
mp3lib \
- vidix \
+ifeq ($(VIDIX),yes)
+PARTS += vidix
+endif
ifeq ($(WIN32DLL),yes)
PARTS += loader
endif
More information about the MPlayer-cvslog
mailing list