changeset 2933:ba9c17abb24b libavcodec

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 6c737a845f5e
children 6ade4702eb97
files Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Nov 05 19:03:07 2005 +0000
+++ b/Makefile	Mon Nov 07 01:32:29 2005 +0000
@@ -494,8 +494,8 @@
 	mkdir -p "$(prefix)/include/ffmpeg"
 	install -m 644 $(SRC_PATH)/libavcodec/avcodec.h \
                 "$(prefix)/include/ffmpeg"
-	install -d $(libdir)/pkgconfig
-	install -m 644 ../libavcodec.pc $(libdir)/pkgconfig
+	install -d "$(libdir)/pkgconfig"
+	install -m 644 ../libavcodec.pc "$(libdir)/pkgconfig"
 
 #
 # include dependency files if they exist