Files
veejay/veejay-current/libpostproc/Makefile.am
Niels Elburg b0815a32af Autotools build fixes (removed LDFLAGS and LIB_OPTS from all convience libraries). May affect build attempts on Darwin.
git-svn-id: svn://code.dyne.org/veejay/trunk@271 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2005-03-25 13:07:07 +00:00

15 lines
379 B
Makefile

# Makefile for libpostproc
MAINTAINERCLEANFILES = Makefile.in
INCLUDES = -I$(top_srcdir) \
-I$(includedir) \
-I$(top_srcdir)/vjmem \
-I$(top_srcdir)/vjmsg \
-I$(top_srcdir)/libpostproc \
$(CFLAGS) $(ALTIVEC_CFLAGS)
POSTPROC_LIB_FILE = libpostproc.la
noinst_LTLIBRARIES = $(POSTPROC_LIB_FILE)
libpostproc_la_SOURCES = swscale.c rgb2rgb.c yuv2rgb.c yuv2rgb_altivec.c