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
This commit is contained in:
parent
e2dd8586d8
commit
7c2de274e7
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue