Ignore:
Timestamp:
04/21/08 16:22:24 (17 years ago)
Author:
r2d
Message:

Limited libmpcdec exported symbols (only for autotools building because cmake builds libmpcdec as static).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/libmpcdec/mpc_demux.c

    r390 r400  
    157157 * @return MPC_STATUS_FILE on errors of any kind
    158158 */
    159 mpc_int32_t mpc_demux_skip_id3v2(mpc_demux * d)
     159static mpc_int32_t mpc_demux_skip_id3v2(mpc_demux * d)
    160160{
    161161        mpc_uint8_t  tmp [4];
     
    203203}
    204204
    205 mpc_status mpc_demux_seek_init(mpc_demux * d)
     205static mpc_status mpc_demux_seek_init(mpc_demux * d)
    206206{
    207207        if (d->seek_table != 0)
Note: See TracChangeset for help on using the changeset viewer.