Mercurial > libavcodec.hg
changeset 10843:f6afc7837f83 libavcodec
Add missing internal.h to files calling ff_match_2uint16().
Fixes warnings:
libavcodec/mpegvideo_enc.c:574: warning: implicit declaration of function
'ff_match_2uint16'
libavcodec/ituh263enc.c:143: warning: implicit declaration of function
'ff_match_2uint16'
libavcodec/svq1enc.c:97: warning: implicit declaration of function
'ff_match_2uint16'
| author | astrange |
|---|---|
| date | Mon, 11 Jan 2010 04:57:04 +0000 |
| parents | 77dbd6ab2db9 |
| children | 7f9d077af2e4 |
| files | ituh263enc.c mpegvideo_enc.c svq1enc.c |
| diffstat | 3 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ituh263enc.c Mon Jan 11 02:52:50 2010 +0000 +++ b/ituh263enc.c Mon Jan 11 04:57:04 2010 +0000 @@ -38,6 +38,7 @@ #include "unary.h" #include "flv.h" #include "mpeg4video.h" +#include "internal.h" //#undef NDEBUG //#include <assert.h>
