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 c80cbb6de8..c5a127e51d 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,10 @@ ifeq ($(VIDIX),yes)
SUBDIRS += libdha vidix
DO_MAKE = @ for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done
endif
+ifeq ($(HAVE_LIBCDIO),yes)
+CFLAGS += $(LIBCDIO_INC)
+COMMON_LIBS += $(LIBCDIO_LIB)
+endif
SRCS_COMMON = asxparser.c \
codec-cfg.c \