[Sumover-dev] [svn commit] r4863 - vic/branches/cc/rtp

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Tue Jun 29 21:40:02 BST 2010


Author: soohyunc
Date: Tue Jun 29 21:40:02 2010
New Revision: 4863

Modified:
   vic/branches/cc/rtp/h261_play.cpp

Log:

** compile error work around **

error message:

rtp/h261_play.cpp:62:19: error: osfcn.h: No such file or directory
make: *** [rtp/h261_play.o] Error 1


therefore, commented out "osfcn.h" inclusion.




Modified: vic/branches/cc/rtp/h261_play.cpp
==============================================================================
--- vic/branches/cc/rtp/h261_play.cpp	(original)
+++ vic/branches/cc/rtp/h261_play.cpp	Tue Jun 29 21:40:02 2010
@@ -58,8 +58,8 @@
 
 #ifdef WIN32
 #include <stdlib.h>
-#else
-#include <osfcn.h>
+//#else
+//#include <osfcn.h>
 #endif
 
 #include "p64.h"



More information about the Sumover-dev mailing list