# HG changeset patch # User nickols_k # Date 1004186413 0 # Node ID 21532c56ed8b8824f0fa2b71db2690e23f74f1e9 # Parent 669955525b671b279196afe295a0c9e87d5ce159 headers installation diff -r 669955525b67 -r 21532c56ed8b Makefile --- 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