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
No related branches found
No related tags found
No related merge requests found
......@@ -276,14 +276,19 @@ CodecDescriptor::seemsValid( std::string lib)
if( lib.substr( lib.length() - end.length() , lib.length()) != end )
return false;
#ifdef BUILD_SPEEX
#ifdef HAVE_SPEEX
printf("cadvfsdgvssbsdfbdgfffffffffffffffffffffffffffffffffffffffff\n");
#endif
#ifdef HAVE_SPEEX
// Nothing special
#else
if( lib.substr(begin.length() , lib.length() - begin.length() - end.length()) == SPEEX_STRING_DESCRIPTION)
return false;
#endif
#ifdef BUILD_GSM
#ifdef HAVE_GSM
// Nothing special
#else
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.
Finish editing this message first!
Please register or to comment