summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2005-01-11 08:16:04 +0000
committerDiego Biurrun <diego@biurrun.de>2005-01-11 08:16:04 +0000
commitf14d4e7e21c48967c1a877fa9c4eb9943d2c30f5 (patch)
tree0ae8d19d611706bafe24c4c60ea04aee561998a5 /libavformat/Makefile
parent6041c21749d40774066740e612faa2f31ba6bd18 (diff)
Quote path expression to take care of $(prefix) possibly containing spaces.
Originally committed as revision 3821 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 8147c95bee..db7562eb5f 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -125,7 +125,7 @@ install:
endif
installlib: all install-headers
- install -m 644 $(LIB) $(prefix)/lib
+ install -m 644 $(LIB) "$(prefix)/lib"
install-headers:
mkdir -p "$(prefix)/include/ffmpeg"