projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea28ecb
)
Add correct version number to shared libavfilter
author
Vitor Sessak
<vitor1001@gmail.com>
Wed, 5 Mar 2008 19:43:07 +0000
(19:43 +0000)
committer
Vitor Sessak
<vitor1001@gmail.com>
Wed, 5 Mar 2008 19:43:07 +0000
(19:43 +0000)
Originally committed as revision 12341 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavfilter/Makefile
patch
|
blob
|
history
diff --git
a/libavfilter/Makefile
b/libavfilter/Makefile
index
6af64ba
..
69875d8
100644
(file)
--- a/
libavfilter/Makefile
+++ b/
libavfilter/Makefile
@@
-24,7
+24,7
@@
EXTRALIBS := -L$(BUILD_ROOT)/libavformat -lavformat$(BUILDSUF) $(EXTRALIBS)
endif
NAME=avfilter
-LIBVERSION=$(LAVFI
LTER
VERSION)
-LIBMAJOR=$(LAVFI
LTER
MAJOR)
+LIBVERSION=$(LAVFIVERSION)
+LIBMAJOR=$(LAVFIMAJOR)
include ../common.mak