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:
authorJames Almer <jamrial@gmail.com>2015-04-12 21:42:38 +0300
committerJames Almer <jamrial@gmail.com>2015-04-12 21:48:55 +0300
commit14edc9f3a3924237e4fd57bac301a9cbd263ab79 (patch)
tree5d5900349ea6b8089354ede5efec3d0abbb1f7b1 /configure
parent7ad27f1221562b037178d1fb605510ba349f04cc (diff)
configure: add missing h263p decoder dependencies
Should fix ticket #4480 Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 5d741ba4a1..389de921b3 100755
--- a/configure
+++ b/configure
@@ -2161,6 +2161,7 @@ h261_encoder_select="aandcttables mpegvideoenc"
h263_decoder_select="error_resilience h263_parser h263dsp mpeg_er mpegvideo qpeldsp"
h263_encoder_select="aandcttables h263dsp mpegvideoenc"
h263i_decoder_select="h263_decoder"
+h263p_decoder_select="h263_decoder"
h263p_encoder_select="h263_encoder"
h264_decoder_select="cabac golomb h264chroma h264dsp h264pred h264qpel startcode videodsp"
h264_decoder_suggest="error_resilience"