summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-06 17:42:20 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-06 17:42:20 +0000
commit0538ed8780e71ce3d0aa1cf006a1ae1800819be0 (patch)
tree281b1955f22d4b11872a406fe19e8911dd624410 /Makefile
parentf57a65dd8609e7e9e08be129513e1892420a0732 (diff)
downloadmpv-0538ed8780e71ce3d0aa1cf006a1ae1800819be0.tar.bz2
mpv-0538ed8780e71ce3d0aa1cf006a1ae1800819be0.tar.xz
make it optionally possible to compile MPlayer with libcdio instead of libcdparanoia
patch by Erik Lunchpail <erik_27can at yahoo.com> base on patch by Rocky Bernstein <rocky at panix.com> minor modification by myself git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16936 b3059339-0415-0410-9bf9-f77b7e298cf2
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 \