/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/enca.h

  • Committer: Suren A. Chilingaryan
  • Date: 2005-06-16 23:14:30 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%librcc--main--0.1--base-0
Initial Import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _RCC_ENCA_H
 
2
#define _RCC_ENCA_H
 
3
 
 
4
#define RCC_ENCA_SUPPORT
 
5
#define RCC_ENCA_DYNAMIC
 
6
#define RCC_ENCA_LIB "libenca.so.0"
 
7
 
 
8
#ifdef HPUX
 
9
# undef RCC_ENCA_DYNAMIC
 
10
#endif
 
11
 
 
12
#ifdef RCC_ENCA_DYNAMIC
 
13
# define RCC_ENCA_SUPPORT
 
14
#endif
 
15
 
 
16
int rccEncaInit();
 
17
void rccEncaFree();
 
18
 
 
19
#endif /* _RCC_ENCA_H */
 
 
b'\\ No newline at end of file'