0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/dvdread/Makefile
diego 92fe260c85 cosmetics: alphabetical order
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24069 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-08-15 11:49:17 +00:00

20 lines
429 B
Makefile

include ../config.mak
LIBNAME_COMMON = libdvdread.a
SRCS_COMMON = cmd_print.c \
dvd_input.c \
dvd_reader.c \
dvd_udf.c \
ifo_print.c \
ifo_read.c \
md5.c \
nav_print.c \
nav_read.c \
CFLAGS = -D__USE_UNIX98 -D_GNU_SOURCE
CFLAGS-$(DVDCSS_INTERNAL) += -I../libdvdcss -DHAVE_DVDCSS_DVDCSS_H
include ../mpcommon.mak