summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-03-07 19:27:17 +0000
committerMåns Rullgård <mans@mansr.com>2008-03-07 19:27:17 +0000
commit0e32c8c65a1c42d9f6489eca2231dde17716d139 (patch)
tree54e899e3dd02ab3ad510e8628385085e3ff3fe5b /libavfilter
parent88b5db9f0881b8d22dc9a5f9e824ed1d22b375a0 (diff)
simplify library version handling
Originally committed as revision 12362 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index eca5654986..38bd9fa409 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -15,7 +15,5 @@ FFLIBS-$(CONFIG_SWSCALER) += swscale
FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat
NAME=avfilter
-LIBVERSION=$(LAVFIVERSION)
-LIBMAJOR=$(LAVFIMAJOR)
include ../common.mak