Mercurial > mplayer.hg
view dvdread/Makefile @ 24024:05608cdd13f4
The "svn copy" method for reverting has worked flawlessly for me without
having to commit a revision that misses one file.
author | reimar |
---|---|
date | Thu, 09 Aug 2007 19:04:21 +0000 |
parents | 1ac62a61ea56 |
children | de28f9e8cb00 |
line wrap: on
line source
include ../config.mak LIBNAME_COMMON = libdvdread.a SRCS_COMMON = dvd_input.c \ dvd_reader.c \ dvd_udf.c \ ifo_print.c \ ifo_read.c \ nav_print.c \ nav_read.c \ md5.c \ CFLAGS = -D__USE_UNIX98 -D_GNU_SOURCE CFLAGS-$(DVDCSS_INTERNAL) += -I../libdvdcss -DHAVE_DVDCSS_DVDCSS_H include ../mpcommon.mak