Upload libvpx
This commit is contained in:
parent
de45aecda6
commit
6fd700419b
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -13,6 +13,7 @@
|
||||||
|
|
||||||
#include "GodotOpus.h"
|
#include "GodotOpus.h"
|
||||||
#include "AudioProcessor.h"
|
#include "AudioProcessor.h"
|
||||||
|
#include "GodotObs.h"
|
||||||
|
|
||||||
using namespace godot;
|
using namespace godot;
|
||||||
|
|
||||||
|
@ -24,6 +25,7 @@ void gdextension_initialize(ModuleInitializationLevel p_level)
|
||||||
{
|
{
|
||||||
ClassDB::register_class<Opus>();
|
ClassDB::register_class<Opus>();
|
||||||
ClassDB::register_class<AudioProcessor>();
|
ClassDB::register_class<AudioProcessor>();
|
||||||
|
ClassDB::register_class<Obs>();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue