view Makefile @ 73:cc79af45c2ae libpostproc

Build both static and shared libs from the same object. This makes libpostproc consistent with all the other libraries. patch by Diego 'Flameeyes' Petten, flameeyes gmail com
author diego
date Mon, 14 Jan 2008 14:42:29 +0000
parents aac097949f15
children 8d1245b4d7fb
line wrap: on
line source


include ../config.mak

# Overload incdir, postproc include files go in a different directory.
INCDIR=$(prefix)/include/postproc

EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)

NAME=postproc
LIBVERSION=$(SPPVERSION)
LIBMAJOR=$(SPPMAJOR)

HEADERS = postprocess.h

OBJS = postprocess.o

include ../common.mak

uninstall-headers::
	-rmdir "$(prefix)/include/postproc"