Commit 7254edb5 authored by Diego Biurrun's avatar Diego Biurrun

Replace call to deprecated avcodec_build() with avcodec_version().

Originally committed as revision 14521 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f44fd374
......@@ -223,7 +223,7 @@ void show_version(void) {
"libavcodec %d\n"
"libavformat %d\n"
"libavdevice %d\n",
LIBAVUTIL_BUILD, avcodec_build(), LIBAVFORMAT_BUILD, LIBAVDEVICE_BUILD);
LIBAVUTIL_BUILD, avcodec_version(), LIBAVFORMAT_BUILD, LIBAVDEVICE_BUILD);
}
void show_license(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment