~ubuntu-dev/mplayer/ubuntu-feisty

« back to all changes in this revision

Viewing changes to libmpcodecs/ad_acm.c

  • Committer: William Grant
  • Date: 2007-02-03 03:16:07 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: william.grant@ubuntu.org.au-20070203031607-08gc2ompbz6spt9i
Update to 1.0rc1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#include "mp_msg.h"
7
7
#include "help_mp.h"
8
8
 
9
 
#ifdef USE_WIN32DLL
10
 
 
11
9
#include "wineacm.h"
12
10
 
13
11
#include "ad_internal.h"
243
241
    }
244
242
    return len;
245
243
}
246
 
#endif