changeset 6:0419cc681610 libavutil

Put double-quotes around the install path in the "install-headers" section of the makefiles for libavcodec, libavformat and libavutil. Fixes installing into paths with spaces in them, i.e. Windows. patch by Fredrik Orderud < fredrik . orderud -- at -- idi . ntnu . no >
author diego
date Mon, 07 Nov 2005 01:32:29 +0000
parents 4828bcc87c24
children 5ac9c20533c3
files Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Sep 26 10:05:13 2005 +0000
+++ b/Makefile	Mon Nov 07 01:32:29 2005 +0000
@@ -84,8 +84,8 @@
 	               $(SRC_PATH)/libavutil/rational.h \
 	               $(SRC_PATH)/libavutil/intfloat_readwrite.h \
                 "$(prefix)/include/ffmpeg"
-	install -d $(libdir)/pkgconfig
-	install -m 644 ../libavutil.pc $(libdir)/pkgconfig
+	install -d "$(libdir)/pkgconfig"
+	install -m 644 ../libavutil.pc "$(libdir)/pkgconfig"
 
 #
 # include dependency files if they exist