diff stream/Makefile @ 20635:9ed557ae1383

Streamline and simplify internal vs external libdvdread handling.
author diego
date Fri, 03 Nov 2006 22:03:58 +0000
parents bd821fd3e244
children 618d1857f4c4
line wrap: on
line diff
--- a/stream/Makefile	Fri Nov 03 21:52:35 2006 +0000
+++ b/stream/Makefile	Fri Nov 03 22:03:58 2006 +0000
@@ -25,7 +25,7 @@
         stream_mf.c \
         stream_null.c \
 
-ifeq ($(HAVE_DVD),yes)
+ifeq ($(DVDREAD),yes)
 SRCS += stream_dvd.c
 endif
 ifeq ($(DVDNAV),yes)