[FFmpeg-cvslog] r12341 - trunk/libavfilter/Makefile

vitor subversion
Wed Mar 5 20:43:08 CET 2008


Author: vitor
Date: Wed Mar  5 20:43:07 2008
New Revision: 12341

Log:
Add correct version number to shared libavfilter

Modified:
   trunk/libavfilter/Makefile

Modified: trunk/libavfilter/Makefile
==============================================================================
--- trunk/libavfilter/Makefile	(original)
+++ trunk/libavfilter/Makefile	Wed Mar  5 20:43:07 2008
@@ -24,7 +24,7 @@ EXTRALIBS := -L$(BUILD_ROOT)/libavformat
 endif
 
 NAME=avfilter
-LIBVERSION=$(LAVFILTERVERSION)
-LIBMAJOR=$(LAVFILTERMAJOR)
+LIBVERSION=$(LAVFIVERSION)
+LIBMAJOR=$(LAVFIMAJOR)
 
 include ../common.mak




More information about the ffmpeg-cvslog mailing list