/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.c

  • 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:
3
3
#include "internal.h"
4
4
#include "plugin.h"
5
5
#include "engine.h"
6
 
#include "config.h"
 
6
#include "rccconfig.h"
7
7
 
8
 
#include "enca.h"
9
 
#ifdef RCC_ENCA_DYNAMIC
10
 
# include "fake_enca.h"
11
 
#endif /* RCC_ENCA_DYNAMIC */
 
8
#include "rccenca.h"
 
9
#ifdef RCC_ENCA_SUPPORT
 
10
# ifdef RCC_ENCA_DYNAMIC
 
11
#  include "fake_enca.h"
 
12
# else
 
13
#  include <enca.h>
 
14
# endif /* RCC_ENCA_DYNAMIC */
 
15
#endif /* RCC_ENCA_SUPPORT */
12
16
 
13
17
static rcc_library_handle enca_handle = NULL;
14
18
static rcc_engine *enca_engines = NULL;