summaryrefslogtreecommitdiffstats
path: root/stream/Makefile
diff options
context:
space:
mode:
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)