Skip to content
Snippets Groups Projects
Commit d42452e9 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

enable speex and gsm codecs

parent 4602da34
Branches
No related tags found
No related merge requests found
...@@ -276,14 +276,19 @@ CodecDescriptor::seemsValid( std::string lib) ...@@ -276,14 +276,19 @@ CodecDescriptor::seemsValid( std::string lib)
if( lib.substr( lib.length() - end.length() , lib.length()) != end ) if( lib.substr( lib.length() - end.length() , lib.length()) != end )
return false; return false;
#ifdef BUILD_SPEEX
#ifdef HAVE_SPEEX
printf("cadvfsdgvssbsdfbdgfffffffffffffffffffffffffffffffffffffffff\n");
#endif
#ifdef HAVE_SPEEX
// Nothing special // Nothing special
#else #else
if( lib.substr(begin.length() , lib.length() - begin.length() - end.length()) == SPEEX_STRING_DESCRIPTION) if( lib.substr(begin.length() , lib.length() - begin.length() - end.length()) == SPEEX_STRING_DESCRIPTION)
return false; return false;
#endif #endif
#ifdef BUILD_GSM #ifdef HAVE_GSM
// Nothing special // Nothing special
#else #else
if( lib.substr(begin.length() , lib.length() - begin.length() - end.length()) == GSM_STRING_DESCRIPTION ) if( lib.substr(begin.length() , lib.length() - begin.length() - end.length()) == GSM_STRING_DESCRIPTION )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment