summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2005-03-23 14:10:22 +0000
committerDiego Biurrun <diego@biurrun.de>2005-03-23 14:10:22 +0000
commit3e0fdf37456faef105e3aae0a03286e06351a0d2 (patch)
tree7520fe05c85b82b11bd0059bdd4ac7ef804c58c7 /libavcodec
parent982e53fe449b91a9f96f151e1ccc372247b4f14f (diff)
Replace stray spaces by a tab.
Originally committed as revision 4074 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/libpostproc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libpostproc/Makefile b/libavcodec/libpostproc/Makefile
index ae1c9d8ca6..bf074d7e15 100644
--- 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)