Ignore:
Timestamp:
04/21/08 16:22:24 (16 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_bits_reader.h

    r342 r400  
    3535#define MAX_ENUM 32
    3636
    37 int mpc_bits_get_block(mpc_bits_reader * r, mpc_block * p_block);
     37MPC_API int mpc_bits_get_block(mpc_bits_reader * r, mpc_block * p_block);
    3838mpc_int32_t mpc_bits_golomb_dec(mpc_bits_reader * r, const mpc_uint_t k);
    3939unsigned int mpc_bits_get_size(mpc_bits_reader * r, mpc_uint64_t * p_size);
Note: See TracChangeset for help on using the changeset viewer.