/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/rccenca.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_ENCA_H
2
2
#define _RCC_ENCA_H
3
3
 
4
 
#define RCC_ENCA_SUPPORT
5
 
#define RCC_ENCA_DYNAMIC
 
4
#include "../config.h"
 
5
 
 
6
#ifdef HAVE_ENCA
 
7
# define RCC_ENCA_SUPPORT
 
8
# undef RCC_ENCA_DYNAMIC
 
9
#elif HAVE_DLOPEN
 
10
# define RCC_ENCA_SUPPORT
 
11
# define RCC_ENCA_DYNAMIC
 
12
#else
 
13
# undef RCC_ENCA_SUPPORT
 
14
# undef RCC_ENCA_DYNAMIC
 
15
#endif
 
16
 
6
17
#define RCC_ENCA_LIB "libenca.so.0"
7
18
 
8
 
#ifdef HPUX
9
 
# undef RCC_ENCA_DYNAMIC
10
 
#endif
11
 
 
12
19
#ifdef RCC_ENCA_DYNAMIC
13
20
# define RCC_ENCA_SUPPORT
14
21
#endif