Commit 7c2de274 authored by Michael Niedermayer's avatar Michael Niedermayer

Add forgotten include of h264_mvpred.h to h264.h.

This could have caused the linking failure of pred_pskip_motion() missing if
a compiler included never used static functions.

Originally committed as revision 21221 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent e2dd8586
......@@ -1298,4 +1298,6 @@ static void decode_mb_skip(H264Context *h){
h->prev_mb_skipped= 1;
}
#include "h264_mvpred.h" //For pred_pskip_motion()
#endif /* AVCODEC_H264_H */
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