From d3c71b2c291a5ae0391985dab5b64e3506069bce Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Wed, 8 Aug 2012 21:18:06 -0500 Subject: [PATCH] FS-4504 vs2010 only - plus mod_sofia fix - anybody want to help with 2008 --- libs/spandsp/src/libspandsp.2010.vcxproj | 2 +- src/mod/endpoints/mod_sofia/rtp.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/spandsp/src/libspandsp.2010.vcxproj b/libs/spandsp/src/libspandsp.2010.vcxproj index 5f48082eb1..70740132d1 100644 --- a/libs/spandsp/src/libspandsp.2010.vcxproj +++ b/libs/spandsp/src/libspandsp.2010.vcxproj @@ -434,4 +434,4 @@ - \ No newline at end of file + diff --git a/src/mod/endpoints/mod_sofia/rtp.c b/src/mod/endpoints/mod_sofia/rtp.c index b807cf962b..bcdce473c3 100644 --- a/src/mod/endpoints/mod_sofia/rtp.c +++ b/src/mod/endpoints/mod_sofia/rtp.c @@ -124,7 +124,6 @@ switch_io_routines_t crtp_io_routines = { /*write_video_frame*/ NULL, /*state_run*/ NULL - };