From 7736d0104d06ea25ce8c49be1ebd99883b34097c Mon Sep 17 00:00:00 2001 From: wrobell Date: Fri, 1 Mar 2002 20:25:51 +0000 Subject: [PATCH] - use correct library version Changed files: libmpeg3-shared.patch -> 1.2 --- libmpeg3-shared.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libmpeg3-shared.patch b/libmpeg3-shared.patch index 7f44209..e1bd504 100644 --- a/libmpeg3-shared.patch +++ b/libmpeg3-shared.patch @@ -7,7 +7,7 @@ diff -ur libmpeg3-1.2.2/Makefile libmpeg3-1.2.2.shared/Makefile +MAJOR = 1 +MINOR = 2 -+MICRO = 2 ++MICRO = 3 +CFLAGSSHARE = -shared -Wl,-soname,libmpeg3.so.$(MAJOR) + OBJS = \ @@ -72,7 +72,7 @@ diff -ur libmpeg3-1.2.2/Makefile libmpeg3-1.2.2.shared/Makefile + video/vlc_pic.o + OUTPUT = libmpeg3.a -+OUTPUT_SHARED = libmpeg3.so.1.2.2 ++OUTPUT_SHARED = libmpeg3.so.$(MAJOR).$(MINOR).$(MICRO) UTILS = dump mpeg3cat mpeg3toc mpeg3split LIBS = -lm -lpthread -- 2.44.0