Ignore:
Timestamp:
03/29/07 15:42:31 (17 years ago)
Author:
r2d
Message:
  • tag writing OK
  • better tag reading
  • maybe less pb with x64
File:
1 edited

Legend:

Unmodified
Added
Removed
  • winamp-musepack/trunk/mpc_player.h

    r250 r254  
    2121
    2222#include <mpc/mpcdec.h>
    23 #include <taglib/fileref.h>
     23#include <fileref.h>
    2424
    2525// post this to the main window at end of file (after playback as stopped)
    2626#define WM_WA_EOF WM_USER+2
    2727
     28#define NO_GENRES 149
    2829
    2930class mpc_player
     
    5152private:
    5253        char lastfn[MAX_PATH];  // currently playing file (used for getting info on the current file)
     54        static const char* GenreList[NO_GENRES];
    5355        mpc_streaminfo si;
    5456        mpc_reader reader;
Note: See TracChangeset for help on using the changeset viewer.