mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
8c3f78b90d
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22739 b3059339-0415-0410-9bf9-f77b7e298cf2
16 lines
364 B
Makefile
16 lines
364 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_INTTYPES_H -DHAVE_UNISTD_H
|
|
|
|
include ../mpcommon.mak
|