mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
Fixed missing registration
This commit is contained in:
parent
dfac5cacb3
commit
8317d040ae
@ -50,8 +50,8 @@ init_libmovies() {
|
||||
MovieAudio::init_type();
|
||||
InkblotVideo::init_type();
|
||||
#ifdef HAVE_FFMPEG
|
||||
// FfmpegVideo::init_type();
|
||||
// FfmpegAudio::init_type();
|
||||
FfmpegVideo::init_type();
|
||||
FfmpegAudio::init_type();
|
||||
av_register_all();
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user