From 363728ea0e11b206cd8d92c73981bd2567e4f3bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Petten=C3=B2?= Date: Mon, 14 Jan 2008 14:42:29 +0000 Subject: [PATCH] =?UTF-8?q?Build=20both=20static=20and=20shared=20libs=20f?= =?UTF-8?q?rom=20the=20same=20object.=20This=20makes=20libpostproc=20consi?= =?UTF-8?q?stent=20with=20all=20the=20other=20libraries.=20patch=20by=20Di?= =?UTF-8?q?ego=20'Flameeyes'=20Petten=C3=B2,=20flameeyes=20gmail=20com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 11526 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libpostproc/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/libpostproc/Makefile b/libpostproc/Makefile index a39470be5a..0d0bfd8bce 100644 --- a/libpostproc/Makefile +++ b/libpostproc/Makefile @@ -12,15 +12,9 @@ LIBMAJOR=$(SPPMAJOR) HEADERS = postprocess.h +OBJS = postprocess.o + include ../common.mak -$(LIBNAME): postprocess.o -$(SLIBNAME_WITH_MAJOR): postprocess_pic.o - -depend dep: postprocess.c - -postprocess_pic.o: postprocess.c - $(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -o $@ $< - uninstall-headers:: -rmdir "$(prefix)/include/postproc"