# HG changeset patch # User diego # Date 1131327149 0 # Node ID 0419cc6816109dc4919e7342335f566c856021df # Parent 4828bcc87c24329571e85606721717f8f20410d2 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 > diff -r 4828bcc87c24 -r 0419cc681610 Makefile --- 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