Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
libofa
libofa-0.9.3-gcc43.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libofa-0.9.3-gcc43.patch of Package libofa
Index: lib/signal_op.cpp =================================================================== --- lib/signal_op.cpp.orig 2006-05-10 20:01:12.000000000 +0200 +++ lib/signal_op.cpp 2007-11-06 07:14:35.000000000 +0100 @@ -11,7 +11,7 @@ // AUTHOR: Frode Holm // DATE CREATED: 1/12/06 - +#include <cstdlib> #include <math.h> #include "signal_op.h" #include "AFLIB/aflibConverter.h" Index: examples/example.cpp =================================================================== --- examples/example.cpp.orig 2006-05-10 20:05:37.000000000 +0200 +++ examples/example.cpp 2007-11-06 07:20:39.000000000 +0100 @@ -8,6 +8,7 @@ -------------------------------------------------------------------*/ #include "protocol.h" +#include <cstring> AudioData* loadWaveFile(char *file); AudioData* loadDataUsingLAME(char *file); Index: examples/protocol.cpp =================================================================== --- examples/protocol.cpp.orig 2006-05-10 20:05:42.000000000 +0200 +++ examples/protocol.cpp 2007-11-06 07:22:21.000000000 +0100 @@ -8,7 +8,7 @@ -------------------------------------------------------------------*/ #include <stdio.h> #include <stdlib.h> -#include <string> +#include <cstring> #include <map> #include <expat.h> #include <curl/curl.h> Index: examples/uselame.cpp =================================================================== --- examples/uselame.cpp.orig 2006-05-10 20:05:51.000000000 +0200 +++ examples/uselame.cpp 2007-11-06 07:22:47.000000000 +0100 @@ -6,6 +6,7 @@ No rights reserved. -------------------------------------------------------------------*/ +#include <cstring> #include "protocol.h" #ifdef WIN32 #include "windows.h"
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor