projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
982e53f
)
Replace stray spaces by a tab.
author
Diego Biurrun
<diego@biurrun.de>
Wed, 23 Mar 2005 14:10:22 +0000
(14:10 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Wed, 23 Mar 2005 14:10:22 +0000
(14:10 +0000)
Originally committed as revision 4074 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
ae1c9d8
..
bf074d7
100644
(file)
--- a/
libavcodec/libpostproc/Makefile
+++ b/
libavcodec/libpostproc/Makefile
@@
-52,7
+52,7
@@
$(PPLIB): $(PPOBJS)
install: all
ifeq ($(SHARED_PP),yes)
ifeq ($(CONFIG_WIN32),yes)
- install $(INSTALLSTRIP) -m 755 $(SPPLIB) "$(prefix)"
+ install $(INSTALLSTRIP) -m 755 $(SPPLIB) "$(prefix)"
else
install -d $(libdir)
install $(INSTALLSTRIP) -m 755 $(SPPLIB) $(libdir)/$(SPPLIB).$(SPPVERSION)