comparison Makefile @ 871:3637f3d43e55 libavformat

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 9a18db8b5ae2
children 21a5cb38dd5e
comparison
equal deleted inserted replaced
870:16df90bf46fd 871:3637f3d43e55
128 mkdir -p "$(prefix)/include/ffmpeg" 128 mkdir -p "$(prefix)/include/ffmpeg"
129 install -m 644 $(SRC_PATH)/libavformat/avformat.h $(SRC_PATH)/libavformat/avio.h \ 129 install -m 644 $(SRC_PATH)/libavformat/avformat.h $(SRC_PATH)/libavformat/avio.h \
130 $(SRC_PATH)/libavformat/rtp.h $(SRC_PATH)/libavformat/rtsp.h \ 130 $(SRC_PATH)/libavformat/rtp.h $(SRC_PATH)/libavformat/rtsp.h \
131 $(SRC_PATH)/libavformat/rtspcodes.h \ 131 $(SRC_PATH)/libavformat/rtspcodes.h \
132 "$(prefix)/include/ffmpeg" 132 "$(prefix)/include/ffmpeg"
133 install -d $(libdir)/pkgconfig 133 install -d "$(libdir)/pkgconfig"
134 install -m 644 ../libavformat.pc $(libdir)/pkgconfig 134 install -m 644 ../libavformat.pc "$(libdir)/pkgconfig"
135 135
136 %.o: %.c 136 %.o: %.c
137 $(CC) $(CFLAGS) $(LIBOBJFLAGS) -c -o $@ $< 137 $(CC) $(CFLAGS) $(LIBOBJFLAGS) -c -o $@ $<
138 138
139 # BeOS: remove -Wall to get rid of all the "multibyte constant" warnings 139 # BeOS: remove -Wall to get rid of all the "multibyte constant" warnings