Commit 363728ea authored by Diego Pettenò's avatar Diego Pettenò Committed by Diego Biurrun

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

Originally committed as revision 11526 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 750e37eb
......@@ -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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment