Mercurial > audlegacy
comparison src/audacious/plugin.h @ 4647:8ce9256b0b1d
Change PAPI version.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Mon, 16 Jun 2008 04:31:36 +0300 |
| parents | 8c36787807de |
| children | 39b7d7886edf |
comparison
equal
deleted
inserted
replaced
| 4646:c18e18ecc36b | 4647:8ce9256b0b1d |
|---|---|
| 55 #define DISCOVERY_PLUGIN(x) ((DiscoveryPlugin *)(x)) | 55 #define DISCOVERY_PLUGIN(x) ((DiscoveryPlugin *)(x)) |
| 56 | 56 |
| 57 #define LOWLEVEL_PLUGIN(x) ((LowlevelPlugin *)(x)) | 57 #define LOWLEVEL_PLUGIN(x) ((LowlevelPlugin *)(x)) |
| 58 | 58 |
| 59 #define __AUDACIOUS_NEWVFS__ | 59 #define __AUDACIOUS_NEWVFS__ |
| 60 #define __AUDACIOUS_PLUGIN_API__ 7 | 60 #define __AUDACIOUS_PLUGIN_API__ 8 |
| 61 #define __AUDACIOUS_INPUT_PLUGIN_API__ 7 | 61 #define __AUDACIOUS_INPUT_PLUGIN_API__ 8 |
| 62 | 62 |
| 63 typedef enum { | 63 typedef enum { |
| 64 FMT_U8, | 64 FMT_U8, |
| 65 FMT_S8, | 65 FMT_S8, |
| 66 | 66 |
