Install libpostproc headers if CONFIG_PP is set.

Originally committed as revision 4975 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 19 years ago
parent d33d485e83
commit b1d2a364d7
  1. 3
      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

Loading…
Cancel
Save