Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Strange <astrange@ithinksw.com>2010-01-11 07:57:04 +0300
committerAlexander Strange <astrange@ithinksw.com>2010-01-11 07:57:04 +0300
commit7ffd8332c7fa25174fad540d71e79f538d45a9a3 (patch)
tree6583dc3e89809e22a439fe61b930b968ed060e5e /libavcodec/svq1enc.c
parent2c8077621b6466da205ba26fd20a9c906bb71893 (diff)
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' Originally committed as revision 21133 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/svq1enc.c')
-rw-r--r--libavcodec/svq1enc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/svq1enc.c b/libavcodec/svq1enc.c
index ebe39c6c14..6fe6ffb5af 100644
--- a/libavcodec/svq1enc.c
+++ b/libavcodec/svq1enc.c
@@ -31,6 +31,7 @@
#include "dsputil.h"
#include "mpegvideo.h"
#include "h263.h"
+#include "internal.h"
#include "svq1.h"
#include "svq1enc_cb.h"