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/include/mpc/streaminfo.h

    r311 r400  
    4040
    4141#include <mpc/mpc_types.h>
    42 #include "reader.h"
    4342
    4443#ifdef __cplusplus
     
    9998/// Gets length of stream si, in seconds.
    10099/// \return length of stream in seconds
    101 double mpc_streaminfo_get_length(mpc_streaminfo *si);
     100MPC_API double mpc_streaminfo_get_length(mpc_streaminfo *si);
    102101
    103102/// Returns length of stream si, in samples.
    104103/// \return length of stream in samples
    105 mpc_int64_t mpc_streaminfo_get_length_samples(mpc_streaminfo *si);
     104MPC_API mpc_int64_t mpc_streaminfo_get_length_samples(mpc_streaminfo *si);
    106105
    107106#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.