Commit b1d2a364 authored by Diego Biurrun's avatar Diego Biurrun

Install libpostproc headers if CONFIG_PP is set.

Originally committed as revision 4975 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d33d485e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment