You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-06 08:29:25 +02:00
Move library name generation to configure, simplifies build system a bit more.
Originally committed as revision 4856 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -3,12 +3,10 @@ include ../../config.mak
|
||||
|
||||
VPATH=$(SRC_PATH)/libavcodec/libpostproc
|
||||
|
||||
LIB = $(LIBPREF)postproc$(LIBSUF)
|
||||
NAME=postproc
|
||||
ifeq ($(SHARED_PP),yes)
|
||||
LIBVERSION=$(SPPVERSION)
|
||||
LIBMAJOR=$(SPPMAJOR)
|
||||
NAME=postproc
|
||||
SLIBNAME = $(SLIBPREF)postproc$(SLIBSUF)
|
||||
endif
|
||||
|
||||
OBJS=postprocess.o
|
||||
|
||||
Reference in New Issue
Block a user