Skip to content
Snippets Groups Projects
Commit 4bdd3b76 authored by Uoti Urpala's avatar Uoti Urpala Committed by Diego Biurrun
Browse files

mpegvideo.h has two function declarations with the 'inline' specifier

but no definition for those functions. The C standard requires a
definition to appear in the same translation unit for any function
declared with 'inline'. Most of the files including mpegvideo.h do not
define those functions. Fix this by removing the 'inline' specifiers
from the header.
patch by Uoti Urpala

Originally committed as revision 11830 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b313e815
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment