Skip to content
Snippets Groups Projects
Commit 3505ac1c authored by Yun Liu's avatar Yun Liu
Browse files
parents cbd6314e d42452e9
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