comparison Makefile @ 2711:3ba3640bae2a libavcodec

install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from <j at v2v.cc>)
author aurel
date Thu, 19 May 2005 00:17:50 +0000
parents 97c135899d7d
children 26bf6f4e9945
comparison
equal deleted inserted replaced
2710:b71d3566fc6d 2711:3ba3640bae2a
476 mkdir -p "$(prefix)/include/ffmpeg" 476 mkdir -p "$(prefix)/include/ffmpeg"
477 install -m 644 $(SRC_PATH)/libavcodec/avcodec.h \ 477 install -m 644 $(SRC_PATH)/libavcodec/avcodec.h \
478 $(SRC_PATH)/libavcodec/common.h \ 478 $(SRC_PATH)/libavcodec/common.h \
479 $(SRC_PATH)/libavcodec/rational.h \ 479 $(SRC_PATH)/libavcodec/rational.h \
480 "$(prefix)/include/ffmpeg" 480 "$(prefix)/include/ffmpeg"
481 install -d $(libdir)/pkgconfig
482 install -m 644 ../libavcodec.pc $(libdir)/pkgconfig
481 483
482 # 484 #
483 # include dependency files if they exist 485 # include dependency files if they exist
484 # 486 #
485 ifneq ($(wildcard .depend),) 487 ifneq ($(wildcard .depend),)