[asterisk-commits] file: branch file/media r145317 - in /team/file/media: include/asterisk/ main/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Sep 30 22:48:00 CDT 2008


Author: file
Date: Tue Sep 30 22:47:59 2008
New Revision: 145317

URL: http://svn.digium.com/view/asterisk?view=rev&rev=145317
Log:
Add some empty files which will be filled.

Added:
    team/file/media/include/asterisk/media.h   (with props)
    team/file/media/main/media.c   (with props)
Modified:
    team/file/media/main/Makefile

Added: team/file/media/include/asterisk/media.h
URL: http://svn.digium.com/view/asterisk/team/file/media/include/asterisk/media.h?view=auto&rev=145317
==============================================================================
--- team/file/media/include/asterisk/media.h (added)
+++ team/file/media/include/asterisk/media.h Tue Sep 30 22:47:59 2008
@@ -1,0 +1,34 @@
+/*
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 2008, Digium, Inc.
+ *
+ * Joshua Colp <jcolp at digium.com>
+ *
+ * See http://www.asterisk.org for more information about
+ * the Asterisk project. Please do not directly contact
+ * any of the maintainers of this project for assistance;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*! \file
+ * \brief Media Format and Negotiation API
+ */
+
+#ifndef _ASTERISK_MEDIA_H
+#define _ASTERISK_MEDIA_H
+
+#if defined(__cplusplus) || defined(c_plusplus)
+extern "C" {
+#endif
+
+#if defined(__cplusplus) || defined(c_plusplus)
+}
+#endif
+
+#endif /* _ASTERISK_MEDIA_H */

Propchange: team/file/media/include/asterisk/media.h
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: team/file/media/include/asterisk/media.h
------------------------------------------------------------------------------
    svn:keywords = 'Author Date Id Revision'

Propchange: team/file/media/include/asterisk/media.h
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: team/file/media/main/Makefile
URL: http://svn.digium.com/view/asterisk/team/file/media/main/Makefile?view=diff&rev=145317&r1=145316&r2=145317
==============================================================================
--- team/file/media/main/Makefile (original)
+++ team/file/media/main/Makefile Tue Sep 30 22:47:59 2008
@@ -28,7 +28,7 @@
 	cryptostub.o sha1.o http.o fixedjitterbuf.o abstract_jb.o \
 	strcompat.o threadstorage.o dial.o event.o adsistub.o audiohook.o \
 	astobj2.o hashtab.o global_datastores.o version.o \
-	features.o taskprocessor.o timing.o datastore.o
+	features.o taskprocessor.o timing.o datastore.o media.o
 
 # we need to link in the objects statically, not as a library, because
 # otherwise modules will not have them available if none of the static

Added: team/file/media/main/media.c
URL: http://svn.digium.com/view/asterisk/team/file/media/main/media.c?view=auto&rev=145317
==============================================================================
--- team/file/media/main/media.c (added)
+++ team/file/media/main/media.c Tue Sep 30 22:47:59 2008
@@ -1,0 +1,30 @@
+/*
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 2008, Digium, Inc.
+ *
+ * Joshua Colp <jcolp at digium.com>
+ *
+ * See http://www.asterisk.org for more information about
+ * the Asterisk project. Please do not directly contact
+ * any of the maintainers of this project for assistance;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*! \file
+ *
+ * \brief Media Format and Negotiation API
+ *
+ * \author Joshua Colp <jcolp at digium.com>
+ */
+
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
+#include "asterisk/media.h"

Propchange: team/file/media/main/media.c
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: team/file/media/main/media.c
------------------------------------------------------------------------------
    svn:keywords = 'Author Date Id Revision'

Propchange: team/file/media/main/media.c
------------------------------------------------------------------------------
    svn:mime-type = text/plain




More information about the asterisk-commits mailing list