Mercurial > libavcodec.hg
changeset 137:21532c56ed8b libavcodec
headers installation
author | nickols_k |
---|---|
date | Sat, 27 Oct 2001 12:40:13 +0000 |
parents | 669955525b67 |
children | 8b7772ef26a0 |
files | Makefile |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sat Oct 27 12:04:27 2001 +0000 +++ b/Makefile Sat Oct 27 12:40:13 2001 +0000 @@ -100,11 +100,13 @@ $(CC) -o $@ $^ install: all -# install -s -m 644 $(LIB) $(prefix)/lib +# install -m 644 $(LIB) $(prefix)/lib ifeq ($(BUILD_SHARED),yes) install -s -m 755 $(SLIB) $(prefix)/lib ln -sf $(prefix)/lib/$(SLIB) $(prefix)/lib/libffmpeg.so ldconfig + mkdir -p $(prefix)/include/libffmpeg + install -m 644 avcodec.h $(prefix)/include/libffmpeg/avcodec.h endif # # include dependency files if they exist