Ignore:
Timestamp:
11/15/06 01:14:23 (17 years ago)
Author:
r2d
Message:
  • added build system
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/libmpcenc/encode_sv7.c

    r116 r137  
    8888{
    8989        unsigned char samplesCount[10];
    90         int samplesCountLen = encodeSize(SamplesCount, (char *)samplesCount, FALSE);
     90        int samplesCountLen = encodeSize(SamplesCount, (char *)samplesCount, MPC_FALSE);
    9191        int i;
    9292
     
    416416        e->framesInBlock++;
    417417        if (e->framesInBlock == FRAMES_PER_BLOCK)
    418                 writeBlock(e, "AD", FALSE);
     418                writeBlock(e, "AD", MPC_FALSE);
    419419}
    420420
Note: See TracChangeset for help on using the changeset viewer.