Mercurial > mplayer.hg
view dvdread/Makefile @ 23543:d198ab45f7c9
Follow ffmpeg TARGET_ARCH_* -> ARCH_* change.
Feel free to revert if you do not like it, but I want to get MPlayer to compile again.
author | reimar |
---|---|
date | Sat, 16 Jun 2007 15:24:39 +0000 |
parents | 83b333febf31 |
children | 1ac62a61ea56 |
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 CFLAGS-$(DVDCSS_INTERNAL) += -I../libdvdcss -DHAVE_DVDCSS_DVDCSS_H include ../mpcommon.mak