mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-08 10:56:05 +00:00
Replace stray spaces by a tab.
Originally committed as revision 4074 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
982e53fe44
commit
3e0fdf3745
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user