1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-15 11:25:10 +00:00
mpv/libdvdcss/Makefile
diego 8a0954e802 HAVE_INTTYPES_H is already declared in config.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24018 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-08-07 08:34:00 +00:00

16 lines
346 B
Makefile

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_UNISTD_H
include ../mpcommon.mak