summaryrefslogtreecommitdiffstats
path: root/stream/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-03 22:03:58 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-03 22:03:58 +0000
commit0384045e300ab8b93251c7b3b962bdb1697a5b9c (patch)
tree98bbb9709661416436bbff7e27c638bb822770ef /stream/Makefile
parent630302ad63e98fcdd96509c91a3c92ed03af9cbb (diff)
downloadmpv-0384045e300ab8b93251c7b3b962bdb1697a5b9c.tar.bz2
mpv-0384045e300ab8b93251c7b3b962bdb1697a5b9c.tar.xz
Streamline and simplify internal vs external libdvdread handling.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20651 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/Makefile')
-rw-r--r--stream/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/Makefile b/stream/Makefile
index 144f3488fd..8d03ded1ba 100644
--- a/stream/Makefile
+++ b/stream/Makefile
@@ -25,7 +25,7 @@ SRCS += stream.c \
stream_mf.c \
stream_null.c \
-ifeq ($(HAVE_DVD),yes)
+ifeq ($(DVDREAD),yes)
SRCS += stream_dvd.c
endif
ifeq ($(DVDNAV),yes)