Mercurial > mplayer.hg
view libdvdcss/Makefile @ 22671:99db91e74443
Remove remnants of Linux 2.6 support, the mga_vid.c part was made to
disappear in Limbo with 'cvs admin -o' ages ago.
author | diego |
---|---|
date | Sat, 17 Mar 2007 13:53:15 +0000 |
parents | d3bae1479ed2 |
children | 404b9b4b13cd |
line wrap: on
line source
include ../config.mak LIBNAME_COMMON = libdvdcss.a SRCS_COMMON = css.c \ device.c \ error.c \ ioctl.c \ libdvdcss.c \ #bsdi_ioctl \ CFLAGS = -D__USE_UNIX98 -D_GNU_SOURCE -DVERSION=\"1.2.9\" \ -DHAVE_LIMITS_H -DHAVE_ERRNO_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H ifeq ($(TARGET_OS),CYGWIN) CFLAGS+=-DSYS_CYGWIN endif include ../mpcommon.mak