Mercurial > mplayer.hg
diff dvdread/Makefile @ 22528:8bcff5c7e387
Give more descriptive names to the source and library variables and split
between common, MPlayer-specific and MEncoder-specific parts.
author | diego |
---|---|
date | Tue, 13 Mar 2007 12:10:57 +0000 |
parents | 92b122592776 |
children | 090ec2169aee |
line wrap: on
line diff
--- a/dvdread/Makefile Tue Mar 13 10:33:33 2007 +0000 +++ b/dvdread/Makefile Tue Mar 13 12:10:57 2007 +0000 @@ -1,6 +1,8 @@ include ../config.mak -SRCS = dvd_input.c \ +LIBNAME_COMMON = libdvdread.a + +SRCS_COMMON = dvd_input.c \ dvd_reader.c \ dvd_udf.c \ ifo_print.c \ @@ -9,8 +11,6 @@ nav_read.c \ md5.c \ -LIBNAME = libdvdread.a - CFLAGS= -D__USE_UNIX98 -D_GNU_SOURCE -DSTDC_HEADERS \ -DHAVE_LIMITS_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64