Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Orderud <fredrik.orderud@idi.ntnu.no>2005-11-07 04:32:29 +0300
committerDiego Biurrun <diego@biurrun.de>2005-11-07 04:32:29 +0300
commit25f8db58eef71e17f98d84dc2d51427f1bd08ddf (patch)
treeb8e046bef2a2996938434a5057cb4764e6166320 /libavcodec
parent7c017693c9388ba1284c58fbb930577727d8c206 (diff)
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 > Originally committed as revision 4680 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 988d15ac4e..2d3cbe6083 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -494,8 +494,8 @@ install-headers:
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