summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8b1670d387..b47cd674ac 100644
--- a/Makefile
+++ b/Makefile
@@ -564,8 +564,10 @@ PARTS = liba52 \
libpostproc \
libswscale \
mp3lib \
- vidix \
+ifeq ($(VIDIX),yes)
+PARTS += vidix
+endif
ifeq ($(WIN32DLL),yes)
PARTS += loader
endif