1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00

Add correct version number to shared libavfilter

Originally committed as revision 12341 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vitor Sessak 2008-03-05 19:43:07 +00:00
parent ea28ecb093
commit c2b0b21d15

View File

@ -24,7 +24,7 @@ EXTRALIBS := -L$(BUILD_ROOT)/libavformat -lavformat$(BUILDSUF) $(EXTRALIBS)
endif
NAME=avfilter
LIBVERSION=$(LAVFILTERVERSION)
LIBMAJOR=$(LAVFILTERMAJOR)
LIBVERSION=$(LAVFIVERSION)
LIBMAJOR=$(LAVFIMAJOR)
include ../common.mak