mirror of
https://github.com/mpv-player/mpv
synced 2024-10-30 04:46:41 +01:00
139d5f7fca
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24031 b3059339-0415-0410-9bf9-f77b7e298cf2
15 lines
288 B
Makefile
15 lines
288 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\"
|
|
|
|
include ../mpcommon.mak
|