You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
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
This commit is contained in:
committed by
Diego Biurrun
parent
750e37eb83
commit
363728ea0e
@@ -12,15 +12,9 @@ LIBMAJOR=$(SPPMAJOR)
|
|||||||
|
|
||||||
HEADERS = postprocess.h
|
HEADERS = postprocess.h
|
||||||
|
|
||||||
|
OBJS = postprocess.o
|
||||||
|
|
||||||
include ../common.mak
|
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::
|
uninstall-headers::
|
||||||
-rmdir "$(prefix)/include/postproc"
|
-rmdir "$(prefix)/include/postproc"
|
||||||
|
Reference in New Issue
Block a user