Mercurial > mplayer.hg
annotate dvdread/Makefile @ 21749:f26334cd77fd
audio.xml & bugreports.xml synced with r21764
author | Gabrov |
---|---|
date | Mon, 25 Dec 2006 00:26:18 +0000 |
parents | 92b122592776 |
children | 8bcff5c7e387 |
rev | line source |
---|---|
7031 | 1 include ../config.mak |
2 | |
20613 | 3 SRCS = dvd_input.c \ |
15873 | 4 dvd_reader.c \ |
5 dvd_udf.c \ | |
6 ifo_print.c \ | |
7 ifo_read.c \ | |
8 nav_print.c \ | |
9 nav_read.c \ | |
15874 | 10 md5.c \ |
7031 | 11 |
21214 | 12 LIBNAME = libdvdread.a |
7031 | 13 |
21259
92b122592776
Merge common parts of all Makefiles into one file included by all.
diego
parents:
21215
diff
changeset
|
14 CFLAGS= -D__USE_UNIX98 -D_GNU_SOURCE -DSTDC_HEADERS \ |
20805 | 15 -DHAVE_LIMITS_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 |
16 | |
17 ifeq ($(DVDCSS_INTERNAL),yes) | |
21259
92b122592776
Merge common parts of all Makefiles into one file included by all.
diego
parents:
21215
diff
changeset
|
18 CFLAGS += -I../libdvdcss -DHAVE_DVDCSS_DVDCSS_H |
20805 | 19 endif |
17187
e2b0c2841643
libdvdread configure script defines __DARWIN__ on darwin to trigger
diego
parents:
16714
diff
changeset
|
20 |
21259
92b122592776
Merge common parts of all Makefiles into one file included by all.
diego
parents:
21215
diff
changeset
|
21 include ../mpcommon.mak |