vid stuff

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7546 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2008-02-07 22:42:27 +00:00
parent b44d74f35f
commit bd133f6413
5 changed files with 58 additions and 8 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
#define SWITCH_END_EXTERN_C
#endif
#define SWITCH_VIDEO_IN_THREADS
#ifndef WIN32
#include <switch_am_config.h>
+1
View File
@@ -212,6 +212,7 @@ SWITCH_DECLARE(char *) switch_channel_get_uuid(switch_channel_t *channel);
SWITCH_DECLARE(switch_status_t) switch_channel_set_variable(switch_channel_t *channel, const char *varname, const char *value);
SWITCH_DECLARE(switch_status_t) switch_channel_set_variable_partner(switch_channel_t *channel, const char *varname, const char *value);
SWITCH_DECLARE(const char *) switch_channel_get_variable_partner(switch_channel_t *channel, const char *varname);
/*!
\brief Retrieve a variable from a given channel