projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b79a73
)
buglet in libpostproc Makefile patch by (Brendan Kehoe <brendan at zen dot org>)
author
Brendan Kehoe
<brendan@zen.org>
Sat, 10 Jul 2004 16:24:11 +0000
(16:24 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sat, 10 Jul 2004 16:24:11 +0000
(16:24 +0000)
Originally committed as revision 3303 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/libpostproc/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/libpostproc/Makefile
b/libavcodec/libpostproc/Makefile
index
3733f3a
..
0fb9106
100644
(file)
--- a/
libavcodec/libpostproc/Makefile
+++ b/
libavcodec/libpostproc/Makefile
@@
-53,9
+53,9
@@
ifeq ($(SHARED_PP),yes)
install -s -m 755 $(SPPLIB) $(prefix)/lib/$(SPPLIB).$(SPPVERSION)
ln -sf $(SPPLIB).$(SPPVERSION) $(prefix)/lib/$(SPPLIB)
ldconfig || true
+endif
mkdir -p $(prefix)/include/postproc
install -m 644 postprocess.h $(prefix)/include/postproc/postprocess.h
-endif
#