Mercurial > mplayer.hg
view libdvdcss/Makefile @ 23785:593df57c3134
Do not test for the existence of device files during configuration,
it fails for packagers, crosscompilers or other cases where the binaries
are built on a machine different from the one they are run on.
author | diego |
---|---|
date | Tue, 17 Jul 2007 12:37:16 +0000 |
parents | 404b9b4b13cd |
children | 6ed967c215f0 |
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 include ../mpcommon.mak