From 363728ea0e11b206cd8d92c73981bd2567e4f3bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Diego=20Petten=C3=B2?= Date: Mon, 14 Jan 2008 14:42:29 +0000 Subject: [PATCH] =?utf8?q?Build=20both=20static=20and=20shared=20libs=20fr?= =?utf8?q?om=20the=20same=20object.=20This=20makes=20libpostproc=20consist?= =?utf8?q?ent=20with=20all=20the=20other=20libraries.=20patch=20by=20Diego?= =?utf8?q?=20'Flameeyes'=20Petten=C3=B2,=20flameeyes=20gmail=20com?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 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 a39470be5..0d0bfd8bc 100644 --- a/libpostproc/Makefile +++ b/libpostproc/Makefile @@ -12,15 +12,9 @@ LIBMAJOR=$(SPPMAJOR) HEADERS = postprocess.h -include ../common.mak - -$(LIBNAME): postprocess.o -$(SLIBNAME_WITH_MAJOR): postprocess_pic.o +OBJS = postprocess.o -depend dep: postprocess.c - -postprocess_pic.o: postprocess.c - $(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -o $@ $< +include ../common.mak uninstall-headers:: -rmdir "$(prefix)/include/postproc" -- 2.11.0