Mercurial > mplayer.hg
comparison dvdread/Makefile @ 22531:090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
author | diego |
---|---|
date | Tue, 13 Mar 2007 21:55:23 +0000 |
parents | 8bcff5c7e387 |
children | 3945d813e573 |
comparison
equal
deleted
inserted
replaced
22530:fefb92f3c59a | 22531:090ec2169aee |
---|---|
1 include ../config.mak | 1 include ../config.mak |
2 | 2 |
3 LIBNAME_COMMON = libdvdread.a | 3 LIBNAME_COMMON = libdvdread.a |
4 | 4 |
5 SRCS_COMMON = dvd_input.c \ | 5 SRCS_COMMON = dvd_input.c \ |
6 dvd_reader.c \ | 6 dvd_reader.c \ |
7 dvd_udf.c \ | 7 dvd_udf.c \ |
8 ifo_print.c \ | 8 ifo_print.c \ |
9 ifo_read.c \ | 9 ifo_read.c \ |
10 nav_print.c \ | 10 nav_print.c \ |
11 nav_read.c \ | 11 nav_read.c \ |
12 md5.c \ | 12 md5.c \ |
13 | 13 |
14 CFLAGS= -D__USE_UNIX98 -D_GNU_SOURCE -DSTDC_HEADERS \ | 14 CFLAGS= -D__USE_UNIX98 -D_GNU_SOURCE -DSTDC_HEADERS \ |
15 -DHAVE_LIMITS_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 | 15 -DHAVE_LIMITS_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 |
16 | 16 |
17 ifeq ($(DVDCSS_INTERNAL),yes) | 17 ifeq ($(DVDCSS_INTERNAL),yes) |