################################################################################
# "local" input Makefile
#-------------------------------------------------------------------------------
# (c)1999-2001 VideoLAN
# $Id: Makefile,v 1.1 2001/10/06 21:23:36 bozo Exp $
################################################################################


################################################################################
# Common options
################################################################################
-include ../../../Makefile.opts


################################################################################
# Files description
################################################################################

#
# Input name
#

INPUT=local

#
# Source files
#
SRC=		converter.cpp \
		reader.cpp \
		localinput.cpp \

ifeq ($(HAVE_DVDREAD), 1)
SRC+=		dvd_reader.cpp

CCFLAGS+=-DHAVE_DVDREAD

LIB+=-ldvdread
endif


################################################################################
# Makefile skeleton
################################################################################

-include ../../../Makefile.input


################################################################################
# Notes
################################################################################

# Look at the Makefile.input file for more information.

