summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e8ff7e04c4..5eb0069a42 100644
--- a/Makefile
+++ b/Makefile
@@ -75,6 +75,10 @@ VO_LIBS = $(AA_LIB) \
$(CACA_LIB) \
$(VESA_LIB) \
+ifeq ($(EXTERNAL_VIDIX),yes)
+VO_LIBS += $(EXTERNAL_VIDIX_LIB)
+endif
+
AO_LIBS = $(ARTS_LIB) \
$(ESD_LIB) \
$(JACK_LIB) \