Mercurial > mplayer.hg
view dvdread/Makefile @ 25351:f46e91c64b39
Fix libass to support -nofontconfig.
For history reason, fontconfig is auto-enabled when ass is enabled,
we keep this behavior and document it clearly.
author | ulion |
---|---|
date | Wed, 12 Dec 2007 10:00:34 +0000 |
parents | 39b8ccb91251 |
children | d4f4ce3534c3 |
line wrap: on
line source
include ../config.mak LIBNAME_COMMON = libdvdread.a SRCS_COMMON = cmd_print.c \ dvd_input.c \ dvd_reader.c \ dvd_udf.c \ ifo_print.c \ ifo_read.c \ md5.c \ nav_print.c \ nav_read.c \ CFLAGS = -D__USE_UNIX98 -D_GNU_SOURCE CFLAGS-$(DVDCSS_INTERNAL) += -I../libdvdcss -DHAVE_DVDCSS_DVDCSS_H include ../mpcommon.mak