Mercurial > libavcodec.hg
comparison Makefile @ 3108:8fae2a0e1674 libavcodec
Install static libpostproc if CONFIG_PP is set.
author | diego |
---|---|
date | Sat, 11 Feb 2006 16:46:09 +0000 |
parents | 5d068956513b |
children | b090207c3d18 |
comparison
equal
deleted
inserted
replaced
3107:5d068956513b | 3108:8fae2a0e1674 |
---|---|
523 install: | 523 install: |
524 endif | 524 endif |
525 | 525 |
526 installlib: all install-headers | 526 installlib: all install-headers |
527 install -m 644 $(LIB) "$(libdir)" | 527 install -m 644 $(LIB) "$(libdir)" |
528 ifeq ($(CONFIG_PP),yes) | |
529 $(MAKE) -C libpostproc $@ | |
530 endif | |
528 | 531 |
529 install-headers: | 532 install-headers: |
530 mkdir -p "$(prefix)/include/ffmpeg" | 533 mkdir -p "$(prefix)/include/ffmpeg" |
531 install -m 644 $(SRC_PATH)/libavcodec/avcodec.h \ | 534 install -m 644 $(SRC_PATH)/libavcodec/avcodec.h \ |
532 "$(prefix)/include/ffmpeg" | 535 "$(prefix)/include/ffmpeg" |