Move C linkage binding for c++ to exporting header files instead of includes.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17609 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2008-05-22 17:51:35 +00:00
parent b2ee5bc6b6
commit 3f65a7051f
9 changed files with 51 additions and 26 deletions

View file

@ -24,10 +24,7 @@
#include "rbsettings.h"
extern "C"
{
#include "rbspeex.h"
}
#include "rbspeex.h"
class EncBase : public QObject