Commit 82239912 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11526 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c8f22b6b
...@@ -12,15 +12,9 @@ LIBMAJOR=$(SPPMAJOR) ...@@ -12,15 +12,9 @@ LIBMAJOR=$(SPPMAJOR)
HEADERS = postprocess.h HEADERS = postprocess.h
include ../common.mak OBJS = postprocess.o
$(LIBNAME): postprocess.o
$(SLIBNAME_WITH_MAJOR): postprocess_pic.o
depend dep: postprocess.c include ../common.mak
postprocess_pic.o: postprocess.c
$(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -o $@ $<
uninstall-headers:: uninstall-headers::
-rmdir "$(prefix)/include/postproc" -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