From 0538ed8780e71ce3d0aa1cf006a1ae1800819be0 Mon Sep 17 00:00:00 2001 From: faust3 Date: Sun, 6 Nov 2005 17:42:20 +0000 Subject: make it optionally possible to compile MPlayer with libcdio instead of libcdparanoia patch by Erik Lunchpail base on patch by Rocky Bernstein minor modification by myself git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16936 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 \ -- cgit v1.2.3