Changeset 3 for trunk/src/synth_filter.c


Ignore:
Timestamp:
08/12/06 16:21:35 (18 years ago)
Author:
zorg
Message:

Update to 1.2 (work in progress)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/synth_filter.c

    r1 r3  
    3737/// \todo document me
    3838
    39 #include "musepack/musepack.h"
    40 #include "musepack/internal.h"
     39#include <mpcdec/mpcdec.h>
     40#include <mpcdec/internal.h>
    4141
    4242typedef mpc_int32_t ptrdiff_t;
     
    425425 */
    426426mpc_uint32_t
    427 random_int(mpc_decoder *d)
     427mpc_random_int(mpc_decoder *d)
    428428{
    429429#if 1
Note: See TracChangeset for help on using the changeset viewer.