comparison Makefile @ 2933:ba9c17abb24b libavcodec

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 f9320ccf9f09
children ac94d509884e
comparison
equal deleted inserted replaced
2932:6c737a845f5e 2933:ba9c17abb24b
492 492
493 install-headers: 493 install-headers:
494 mkdir -p "$(prefix)/include/ffmpeg" 494 mkdir -p "$(prefix)/include/ffmpeg"
495 install -m 644 $(SRC_PATH)/libavcodec/avcodec.h \ 495 install -m 644 $(SRC_PATH)/libavcodec/avcodec.h \
496 "$(prefix)/include/ffmpeg" 496 "$(prefix)/include/ffmpeg"
497 install -d $(libdir)/pkgconfig 497 install -d "$(libdir)/pkgconfig"
498 install -m 644 ../libavcodec.pc $(libdir)/pkgconfig 498 install -m 644 ../libavcodec.pc "$(libdir)/pkgconfig"
499 499
500 # 500 #
501 # include dependency files if they exist 501 # include dependency files if they exist
502 # 502 #
503 ifneq ($(wildcard .depend),) 503 ifneq ($(wildcard .depend),)