summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2c3a7d7eb6..611dc8868b 100644
--- a/Makefile
+++ b/Makefile
@@ -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