Mercurial > mplayer.hg
view dvdread/Makefile @ 22622:795791668295
Put special CFLAGS for low accuracy tremor in the Makefile, similar to the
way we do for libfaad2.
author | diego |
---|---|
date | Fri, 16 Mar 2007 21:54:48 +0000 |
parents | 3945d813e573 |
children | 83b333febf31 |
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 -DSTDC_HEADERS \ -DHAVE_LIMITS_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 CFLAGS-$(DVDCSS_INTERNAL) += -I../libdvdcss -DHAVE_DVDCSS_DVDCSS_H include ../mpcommon.mak