Fixed compilation error on Mac (minor)



git-svn-id: https://svn.pjsip.org/repos/pjproject/branches/projects/2.0-dev@3621 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Sauw Ming 2011-07-12 07:28:59 +00:00
parent 59f2b7487f
commit ed0d491673
1 changed files with 2 additions and 4 deletions

View File

@ -727,6 +727,8 @@ on_return:
{
const pjmedia_video_format_info *vfi;
pjmedia_video_format_detail *vfd;
pj_bool_t notify_wnd_closed_event = PJ_FALSE;
pj_status_t saved_stream_status;
vfi = pjmedia_get_video_format_info(pjmedia_video_format_mgr_instance(),
strm->param.fmt.id);
@ -846,10 +848,6 @@ on_return:
return saved_stream_status;
}
static void hello_world()
{
}
#if PJMEDIA_VIDEO_DEV_SDL_HAS_OPENGL
static void draw_gl(struct sdl_stream *stream, void *tex_buf)
{