diff options
author | Diego Biurrun <diego@biurrun.de> | 2005-03-23 14:10:22 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2005-03-23 14:10:22 +0000 |
commit | 3e0fdf37456faef105e3aae0a03286e06351a0d2 (patch) | |
tree | 7520fe05c85b82b11bd0059bdd4ac7ef804c58c7 /libavcodec/libpostproc | |
parent | 982e53fe449b91a9f96f151e1ccc372247b4f14f (diff) | |
download | ffmpeg-3e0fdf37456faef105e3aae0a03286e06351a0d2.tar.gz |
Replace stray spaces by a tab.
Originally committed as revision 4074 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/libpostproc')
-rw-r--r-- | libavcodec/libpostproc/Makefile | 2 |
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) |