Install libpostproc headers if CONFIG_PP is set.

Originally committed as revision 4975 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2006-02-11 16:17:27 +00:00
parent d33d485e83
commit b1d2a364d7
1 changed files with 3 additions and 0 deletions

View File

@ -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