view dvdread/Makefile @ 22138:9fadbbd19a04

r22129: Link to the mencoder-users list for mencoder stuff r22140: vp6vfw.dll appears to no longer crash under Linux. r22141: Move all "Encoding with the XXX codec family" sections together.
author voroshil
date Mon, 05 Feb 2007 18:38:25 +0000
parents 92b122592776
children 8bcff5c7e387
line wrap: on
line source

include ../config.mak

SRCS = dvd_input.c \
       dvd_reader.c \
       dvd_udf.c \
       ifo_print.c \
       ifo_read.c \
       nav_print.c \
       nav_read.c \
       md5.c \

LIBNAME = libdvdread.a

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