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:
d33d485
)
Install libpostproc headers if CONFIG_PP is set.
author
Diego Biurrun
<diego@biurrun.de>
Sat, 11 Feb 2006 16:17:27 +0000
(16:17 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 11 Feb 2006 16:17:27 +0000
(16:17 +0000)
Originally committed as revision 4975 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
patch
|
blob
|
history
diff --git
a/libavcodec/Makefile
b/libavcodec/Makefile
index 18bdda1ac6686a6a15f5e46349367eebee0b6fe4..33dd84d7ff5148b6ae03be03fe781e04f74e8c0b 100644
(file)
--- a/
libavcodec/Makefile
+++ b/
libavcodec/Makefile
@@
-534,6
+534,9
@@
install-headers:
"$(prefix)/include/ffmpeg"
install -d "$(libdir)/pkgconfig"
install -m 644 ../libavcodec.pc "$(libdir)/pkgconfig"
+ifeq ($(CONFIG_PP),yes)
+ $(MAKE) -C libpostproc $@
+endif
#
# include dependency files if they exist