Browse Source

Make shared lib name handling consistent with the other Makefiles.

patch by Jacob Meuser <  jakemsr  ..@..  jakemsr  ...  com  >

Originally committed as revision 4831 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Jacob Meuser Diego Biurrun 20 years ago
parent
commit
62e60aed8d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/libpostproc/Makefile

+ 1
- 1
libavcodec/libpostproc/Makefile View File

@@ -12,7 +12,7 @@ SHFLAGS += -Wl,-install_name,$(libdir)/$(SPPLIBNAME),-current_version,$(SPPVERSI
else
SPPLIBMAJOR = $(SPPLIBNAME).$(SPPMAJOR)
SPPLIB = $(SPPLIBNAME).$(SPPVERSION)
SHFLAGS = -shared -Wl,-soname,$(SPPLIB)
LIBVERSION = $(SPPLIB)
endif
endif
PPLIB = $(LIBPREF)postproc$(LIBSUF)


Loading…
Cancel
Save