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