diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-12-29 14:04:43 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-12-29 14:04:43 +0000 |
commit | d6423b628bb7437529b2d9c4cf388fd9560886b7 (patch) | |
tree | 2434750b73e2ee057962f2e3ca1ca419eaea4db4 /src/xine-engine/post.h | |
parent | 50aa894a408172bcd2c31dd8fa1ce5b445fccc48 (diff) | |
download | xine-lib-d6423b628bb7437529b2d9c4cf388fd9560886b7.tar.gz xine-lib-d6423b628bb7437529b2d9c4cf388fd9560886b7.tar.bz2 |
- new post plugin property: type
- include post plugins in plugin catalog
CVS patchset: 3716
CVS date: 2002/12/29 14:04:43
Diffstat (limited to 'src/xine-engine/post.h')
-rw-r--r-- | src/xine-engine/post.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/post.h b/src/xine-engine/post.h index d50b1d575..b919bf2d0 100644 --- a/src/xine-engine/post.h +++ b/src/xine-engine/post.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: post.h,v 1.4 2002/12/25 15:03:20 mroi Exp $ + * $Id: post.h,v 1.5 2002/12/29 14:04:43 mroi Exp $ * * post plugin definitions * @@ -31,7 +31,7 @@ #include "audio_out.h" #include "xineutils.h" -#define POST_PLUGIN_IFACE_VERSION 1 +#define POST_PLUGIN_IFACE_VERSION 2 typedef struct post_class_s post_class_t; |