/rusxmms/librcc

To get this branch, use:
bzr branch http://suren.me/webbzr/rusxmms/librcc

« back to all changes in this revision

Viewing changes to src/plugin.h

  • Committer: Suren A. Chilingaryan
  • Date: 2005-06-28 23:44:19 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%librcc--main--0.1--patch-2
29.06.2005

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef _RCC_PLUGIN_H
2
2
#define _RCC_PLUGIN_H
3
 
#include "enca.h"
4
 
 
5
 
#ifdef RCC_ENCA_DYNAMIC
 
3
#include "../config.h"
 
4
 
 
5
 
 
6
#ifdef HAVE_DLOPEN
6
7
# define RCC_PLUGINS
7
 
#endif /* RCC_ENCA_DYNAMIC */
 
8
#endif /* HAVE_DLOPEN */
8
9
 
9
10
typedef void *rcc_library_handle;
10
11