blob: 3db581a66d24abd2b197b5015d9e2986f4341f89 [file] [log] [blame]
Benny Prijonoa4bf0212006-02-10 15:57:08 +00001/* $Id$ */
2/*
Benny Prijono844653c2008-12-23 17:27:53 +00003 * Copyright (C) 2008-2009 Teluu Inc. (http://www.teluu.com)
4 * Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org>
Benny Prijonoa4bf0212006-02-10 15:57:08 +00005 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 */
Benny Prijono4381efe2006-03-16 14:24:26 +000020#ifndef __PJMEDIA_CODEC_PJMEDIA_CODEC_H__
21#define __PJMEDIA_CODEC_PJMEDIA_CODEC_H__
Benny Prijonoa4bf0212006-02-10 15:57:08 +000022
Benny Prijono1ec70b32006-06-20 15:39:07 +000023/**
24 * @file pjmedia-codec.h
25 * @brief Include all codecs API in PJMEDIA-CODEC
26 */
27
Benny Prijonoa837c302006-04-27 22:36:40 +000028#include <pjmedia-codec/l16.h>
Benny Prijonoeb30bf52006-03-04 20:43:52 +000029#include <pjmedia-codec/gsm.h>
30#include <pjmedia-codec/speex.h>
Benny Prijono00cae612006-07-31 15:19:36 +000031#include <pjmedia-codec/ilbc.h>
Benny Prijono7ffd7752008-03-17 14:07:53 +000032#include <pjmedia-codec/g722.h>
Nanang Izzuddin493a8db2008-08-15 13:17:39 +000033#include <pjmedia-codec/ipp_codecs.h>
Benny Prijonoeb30bf52006-03-04 20:43:52 +000034
Benny Prijonoa4bf0212006-02-10 15:57:08 +000035
Benny Prijono4381efe2006-03-16 14:24:26 +000036#endif /* __PJMEDIA_CODEC_PJMEDIA_CODEC_H__ */
Benny Prijonoa4bf0212006-02-10 15:57:08 +000037