Ignore:
Timestamp:
Oct 24, 2012, 7:56:20 PM (13 years ago)
Author:
Silvan Scherrer
Message:

SMplayer: update vendor to 0.8.1

Location:
smplayer/vendor/current/zlib
Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/zlib/as400/bndsrc

    r121 r133  
    196196
    197197  EXPORT SYMBOL("gzgetc_")
    198   EXPORT SYMBOL("gzflags")
    199198
    200199/********************************************************************/
  • smplayer/vendor/current/zlib/as400/compile.clp

    r121 r133  
    106106                                 &MODLIB/ZUTIL)                          +
    107107                          SRCFILE(&SRCLIB/&CTLFILE) SRCMBR(BNDSRC)       +
    108                           TEXT('ZLIB 1.2.6') TGTRLS(&TGTRLS)
     108                          TEXT('ZLIB 1.2.7') TGTRLS(&TGTRLS)
    109109
    110110             ENDPGM
  • smplayer/vendor/current/zlib/as400/readme.txt

    r121 r133  
    1         ZLIB version 1.2.6 for AS400 installation instructions
     1        ZLIB version 1.2.7 for AS400 installation instructions
    22
    33I) From an AS400 *SAVF file:
  • smplayer/vendor/current/zlib/as400/zlib.inc

    r121 r133  
    22      *
    33      *  ILE RPG400 version by Patrick Monnerat, DATASPHERE.
    4       *  Version 1.2.6
     4      *  Version 1.2.7
    55      *
    66      *
     
    2323      *  Versioning information.
    2424      *
    25      D ZLIB_VERSION    C                   '1.2.6'
    26      D ZLIB_VERNUM     C                   X'1260'
     25     D ZLIB_VERSION    C                   '1.2.7'
     26     D ZLIB_VERNUM     C                   X'1270'
    2727     D ZLIB_VER_MAJOR  C                   1
    2828     D ZLIB_VER_MINOR  C                   2
    2929     D ZLIB_VER_REVISION...
    30      D                 C                   6
     30     D                 C                   7
    3131     D ZLIB_VER_SUBREVISION...
    3232     D                 C                   0
     
    443443     D  strm                               like(z_stream)                       Expansion stream
    444444      *
    445      D gzflags         PR            10U 0 extproc('gzflags')
    446       *
    447445      /endif
Note: See TracChangeset for help on using the changeset viewer.