projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1d2a36
)
Install static libpostproc if CONFIG_PP is set.
author
Diego Biurrun
<diego@biurrun.de>
Sat, 11 Feb 2006 16:46:09 +0000
(16:46 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 11 Feb 2006 16:46:09 +0000
(16:46 +0000)
Originally committed as revision 4976 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
patch
|
blob
|
history
diff --git
a/libavcodec/Makefile
b/libavcodec/Makefile
index 33dd84d7ff5148b6ae03be03fe781e04f74e8c0b..9da1880f65420076792529e616e69b0dd60d280a 100644
(file)
--- a/
libavcodec/Makefile
+++ b/
libavcodec/Makefile
@@
-525,6
+525,9
@@
endif
installlib: all install-headers
install -m 644 $(LIB) "$(libdir)"
+ifeq ($(CONFIG_PP),yes)
+ $(MAKE) -C libpostproc $@
+endif
install-headers:
mkdir -p "$(prefix)/include/ffmpeg"