Commit 20f7a606 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14521 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e72fddd2
......@@ -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