Mercurial > libavutil.hg
comparison Makefile @ 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 | 362408e1de85 |
comparison
equal
deleted
inserted
replaced
5:4828bcc87c24 | 6:0419cc681610 |
---|---|
82 $(SRC_PATH)/libavutil/mathematics.h \ | 82 $(SRC_PATH)/libavutil/mathematics.h \ |
83 $(SRC_PATH)/libavutil/integer.h \ | 83 $(SRC_PATH)/libavutil/integer.h \ |
84 $(SRC_PATH)/libavutil/rational.h \ | 84 $(SRC_PATH)/libavutil/rational.h \ |
85 $(SRC_PATH)/libavutil/intfloat_readwrite.h \ | 85 $(SRC_PATH)/libavutil/intfloat_readwrite.h \ |
86 "$(prefix)/include/ffmpeg" | 86 "$(prefix)/include/ffmpeg" |
87 install -d $(libdir)/pkgconfig | 87 install -d "$(libdir)/pkgconfig" |
88 install -m 644 ../libavutil.pc $(libdir)/pkgconfig | 88 install -m 644 ../libavutil.pc "$(libdir)/pkgconfig" |
89 | 89 |
90 # | 90 # |
91 # include dependency files if they exist | 91 # include dependency files if they exist |
92 # | 92 # |
93 ifneq ($(wildcard .depend),) | 93 ifneq ($(wildcard .depend),) |