From 0384045e300ab8b93251c7b3b962bdb1697a5b9c Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 3 Nov 2006 22:03:58 +0000 Subject: Streamline and simplify internal vs external libdvdread handling. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20651 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 96a995baed..84938b494d 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,7 @@ endif ifeq ($(FAME),yes) PARTS += libfame endif -ifeq ($(DVDKIT2),yes) +ifeq ($(DVDREAD_INTERNAL),yes) PARTS += libdvdread PARTS += libdvdcss endif @@ -173,7 +173,7 @@ endif ifeq ($(FAME),yes) COMMON_DEPS += libfame/libfame.a endif -ifeq ($(DVDKIT2),yes) +ifeq ($(DVDREAD_INTERNAL),yes) COMMON_DEPS += libdvdread/libdvdread.a COMMON_LIBS += libdvdread/libdvdread.a COMMON_DEPS += libdvdcss/libdvdcss.a -- cgit v1.2.3