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:
parent
d33d485e83
commit
b1d2a364d7
@ -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…
x
Reference in New Issue
Block a user