comparison src/audacious/plugin.h @ 3231:06baa146fc1d trunk

- bump PAPI version to 4 due to DiscoveryPlugin
author William Pitcock <nenolod@atheme-project.org>
date Fri, 03 Aug 2007 20:39:35 -0500
parents 1596dcb77acd
children 2453bf125b4f
comparison
equal deleted inserted replaced
3216:e91acf24afbc 3231:06baa146fc1d
48 #define VIS_PLUGIN(x) ((VisPlugin *)(x)) 48 #define VIS_PLUGIN(x) ((VisPlugin *)(x))
49 49
50 #define LOWLEVEL_PLUGIN(x) ((LowlevelPlugin *)(x)) 50 #define LOWLEVEL_PLUGIN(x) ((LowlevelPlugin *)(x))
51 51
52 #define __AUDACIOUS_NEWVFS__ 52 #define __AUDACIOUS_NEWVFS__
53 #define __AUDACIOUS_PLUGIN_API__ 3 53 #define __AUDACIOUS_PLUGIN_API__ 4
54 #define __AUDACIOUS_INPUT_PLUGIN_API__ 4 54 #define __AUDACIOUS_INPUT_PLUGIN_API__ 4
55 55
56 typedef enum { 56 typedef enum {
57 FMT_U8, 57 FMT_U8,
58 FMT_S8, 58 FMT_S8,