File: rem.h

package info (click to toggle)
rem 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 540 kB
  • sloc: ansic: 4,618; makefile: 142; python: 19; sh: 1
file content (25 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/**
 * @file rem.h  Wrapper for librem headers
 *
 * Copyright (C) 2010 Creytiv.com
 */

#ifndef REM_H__
#define REM_H__

#ifdef __cplusplus
extern "C" {
#endif


#include "rem_audio.h"
#include "rem_video.h"
#include "rem_dsp.h"
#include "rem_flv.h"


#ifdef __cplusplus
}
#endif

#endif