1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-12 18:06:18 +00:00
mpv/dvdread/Makefile
diego 60b39e2786 Give more descriptive names to the source and library variables and split
between common, MPlayer-specific and MEncoder-specific parts.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22546 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-13 12:10:57 +00:00

22 lines
447 B
Makefile

include ../config.mak
LIBNAME_COMMON = libdvdread.a
SRCS_COMMON = dvd_input.c \
dvd_reader.c \
dvd_udf.c \
ifo_print.c \
ifo_read.c \
nav_print.c \
nav_read.c \
md5.c \
CFLAGS= -D__USE_UNIX98 -D_GNU_SOURCE -DSTDC_HEADERS \
-DHAVE_LIMITS_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
ifeq ($(DVDCSS_INTERNAL),yes)
CFLAGS += -I../libdvdcss -DHAVE_DVDCSS_DVDCSS_H
endif
include ../mpcommon.mak