Mercurial > libavcodec.hg
comparison libpostproc/Makefile @ 2283:e968ff495d3a libavcodec
Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
| author | michael |
|---|---|
| date | Fri, 01 Oct 2004 14:38:32 +0000 |
| parents | 680868144447 |
| children | 9891c6a212ca |
comparison
equal
deleted
inserted
replaced
| 2282:e8d3609e89a5 | 2283:e968ff495d3a |
|---|---|
| 48 $(RANLIB) $@ | 48 $(RANLIB) $@ |
| 49 | 49 |
| 50 install: all | 50 install: all |
| 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 $(INSTALLSTRIP) -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 endif |
| 57 mkdir -p $(prefix)/include/postproc | 57 mkdir -p $(prefix)/include/postproc |
| 58 install -m 644 postprocess.h $(prefix)/include/postproc/postprocess.h | 58 install -m 644 postprocess.h $(prefix)/include/postproc/postprocess.h |
