1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-06 08:29:25 +02:00

Simplify header installation.

Originally committed as revision 4986 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2006-02-11 19:30:55 +00:00
parent 1d67a1d46f
commit dc2a1ce5c0
5 changed files with 11 additions and 28 deletions

View File

@@ -149,6 +149,8 @@ ifeq ($(BUILD_STATIC),yes)
endif
install-headers:
install -d "$(incdir)"
install -d "$(libdir)/pkgconfig"
$(MAKE) -C libavutil install-headers
$(MAKE) -C libavcodec install-headers
$(MAKE) -C libavformat install-headers