ffmpeg: Resolve segmentation fault when statically linking ffmpeg
Closes #1340
This commit is contained in:
parent
899cbb9fff
commit
d7c602d203
|
|
@ -38,7 +38,7 @@ public:
|
|||
return _type_handle;
|
||||
}
|
||||
static void init_type() {
|
||||
TypedWritableReferenceCount::init_type();
|
||||
MovieAudio::init_type();
|
||||
register_type(_type_handle, "FfmpegAudio",
|
||||
MovieAudio::get_class_type());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue