Commit 8293027f authored by diego's avatar diego

Install libpostproc headers if CONFIG_PP is set.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4975 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 01b8f083
......@@ -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