<p style="box-sizing: border-box; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; line-height: 22.4px; margin-top: 0px !important;">Hi:</p><p style="box-sizing: border-box; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; line-height: 22.4px; margin-top: 0px !important;">    All ! <span style="line-height: 22.4px;">I cloned ffmpeg from </span><a href="https://github.com/FFmpeg/FFmpeg.git" style="line-height: 22.4px; box-sizing: border-box; color: rgb(64, 120, 192); text-decoration: none; background-color: transparent;">https://github.com/FFmpeg/FFmpeg.git</a></p><p style="box-sizing: border-box; margin-top: 0px; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; line-height: 22.4px;">After config osg with cmake-gui, when I run make, it reports below erros:</p><p style="box-sizing: border-box; margin-top: 0px; color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; line-height: 22.4px; margin-bottom: 0px !important;">/root/osg/OpenSceneGraph-3.4.0/src/osgPlugins/ffmpeg/FFmpegDecoderAudio.cpp: In member function ¡®void osgFFmpeg::FFmpegDecoderAudio::open(AVStream<em style="box-sizing: border-box;">, osgFFmpeg::FFmpegParameters</em>)¡¯:<br style="box-sizing: border-box;">/root/osg/OpenSceneGraph-3.4.0/src/osgPlugins/ffmpeg/FFmpegDecoderAudio.cpp:230:20: error: ¡®AVCodecContext¡¯ has no member named ¡®get_buffer¡¯<br style="box-sizing: border-box;">m_context->get_buffer = avcodec_default_get_buffer;<br style="box-sizing: border-box;">^<br style="box-sizing: border-box;">/root/osg/OpenSceneGraph-3.4.0/src/osgPlugins/ffmpeg/FFmpegDecoderAudio.cpp:230:33: error: ¡®avcodec_default_get_buffer¡¯ was not declared in this scope<br style="box-sizing: border-box;">m_context->get_buffer = avcodec_default_get_buffer;<br style="box-sizing: border-box;">^<br style="box-sizing: border-box;">/root/osg/OpenSceneGraph-3.4.0/src/osgPlugins/ffmpeg/FFmpegDecoderAudio.cpp:231:20: error: ¡®AVCodecContext¡¯ has no member named ¡®release_buffer¡¯<br style="box-sizing: border-box;">m_context->release_buffer = avcodec_default_release_buffer;<br style="box-sizing: border-box;">^<br style="box-sizing: border-box;">/root/osg/OpenSceneGraph-3.4.0/src/osgPlugins/ffmpeg/FFmpegDecoderAudio.cpp:231:37: error: ¡®avcodec_default_release_buffer¡¯ was not declared in this scope<br style="box-sizing: border-box;">m_context->release_buffer = avcodec_default_release_buffer;<br style="box-sizing: border-box;">^<br style="box-sizing: border-box;">make[2]: *** [src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/FFmpegDecoderAudio.o] Error 1<br style="box-sizing: border-box;">make[1]: *** [src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/all] Error 2<br style="box-sizing: border-box;">make: *** [all] Error 2</p>