Browse Source

Install libpostproc headers if CONFIG_PP is set.

Originally committed as revision 4975 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 20 years ago
parent
commit
b1d2a364d7
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavcodec/Makefile

+ 3
- 0
libavcodec/Makefile 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


Loading…
Cancel
Save