Mercurial > libavcodec.hg
comparison libpostproc/Makefile @ 2121:680868144447 libavcodec
buglet in libpostproc Makefile patch by (Brendan Kehoe <brendan at zen dot org>)
author | michael |
---|---|
date | Sat, 10 Jul 2004 16:24:11 +0000 |
parents | db903b6fd197 |
children | e968ff495d3a |
comparison
equal
deleted
inserted
replaced
2120:872ac88d4e60 | 2121:680868144447 |
---|---|
51 ifeq ($(SHARED_PP),yes) | 51 ifeq ($(SHARED_PP),yes) |
52 install -d $(prefix)/lib | 52 install -d $(prefix)/lib |
53 install -s -m 755 $(SPPLIB) $(prefix)/lib/$(SPPLIB).$(SPPVERSION) | 53 install -s -m 755 $(SPPLIB) $(prefix)/lib/$(SPPLIB).$(SPPVERSION) |
54 ln -sf $(SPPLIB).$(SPPVERSION) $(prefix)/lib/$(SPPLIB) | 54 ln -sf $(SPPLIB).$(SPPVERSION) $(prefix)/lib/$(SPPLIB) |
55 ldconfig || true | 55 ldconfig || true |
56 endif | |
56 mkdir -p $(prefix)/include/postproc | 57 mkdir -p $(prefix)/include/postproc |
57 install -m 644 postprocess.h $(prefix)/include/postproc/postprocess.h | 58 install -m 644 postprocess.h $(prefix)/include/postproc/postprocess.h |
58 endif | |
59 | 59 |
60 | 60 |
61 # | 61 # |
62 # include dependency files if they exist | 62 # include dependency files if they exist |
63 # | 63 # |