]> git.pld-linux.org Git - packages/libmpeg3.git/commitdiff
- use correct library version
authorwrobell <wrobell@pld-linux.org>
Fri, 1 Mar 2002 20:25:51 +0000 (20:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libmpeg3-shared.patch -> 1.2

libmpeg3-shared.patch

index 7f44209577473ea7b6c1e7329f1fded61414613a..e1bd504d0bee1f7975ebfdf4efba064484eb42d3 100644 (file)
@@ -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
  
This page took 0.056733 seconds and 4 git commands to generate.