changeset 26511:31efc4586a2f

Only add vidix to parts when VIDIX is enabled.
author diego
date Sat, 26 Apr 2008 09:27:58 +0000
parents 72286971c202
children a1dc4d5b5b40
files Makefile
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Apr 26 09:19:41 2008 +0000
+++ b/Makefile	Sat Apr 26 09:27:58 2008 +0000
@@ -564,8 +564,10 @@
         libpostproc \
         libswscale \
         mp3lib \
-        vidix \
 
+ifeq ($(VIDIX),yes)
+PARTS += vidix
+endif
 ifeq ($(WIN32DLL),yes)
 PARTS += loader
 endif