Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
20634:32b693286d0b | 20635:9ed557ae1383 |
---|---|
23 stream_cue.c \ | 23 stream_cue.c \ |
24 stream_file.c \ | 24 stream_file.c \ |
25 stream_mf.c \ | 25 stream_mf.c \ |
26 stream_null.c \ | 26 stream_null.c \ |
27 | 27 |
28 ifeq ($(HAVE_DVD),yes) | 28 ifeq ($(DVDREAD),yes) |
29 SRCS += stream_dvd.c | 29 SRCS += stream_dvd.c |
30 endif | 30 endif |
31 ifeq ($(DVDNAV),yes) | 31 ifeq ($(DVDNAV),yes) |
32 SRCS += stream_dvdnav.c | 32 SRCS += stream_dvdnav.c |
33 endif | 33 endif |