Mercurial > mplayer.hg
view libdvdcss/Makefile @ 22649:0495a7675c28
Simplify compilation commands.
author | diego |
---|---|
date | Sat, 17 Mar 2007 00:56:45 +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