Browse Source

100l typo: forgotten $

Originally committed as revision 4989 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 20 years ago
parent
commit
08842d13dd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/libpostproc/Makefile

+ 1
- 1
libavcodec/libpostproc/Makefile View File

@@ -65,7 +65,7 @@ install-lib-static: $(LIB)
install -m 644 $(LIB) "$(libdir)"

install-headers:
install -m 644 $postprocess.h $(prefix)/include/postproc/postprocess.h
install -m 644 postprocess.h $(prefix)/include/postproc/postprocess.h
install -m 644 $(SRC_PATH)/libpostproc.pc $(libdir)/pkgconfig




Loading…
Cancel
Save