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:
authorDiego Biurrun <diego@biurrun.de>2012-03-27 03:04:45 +0400
committerDiego Biurrun <diego@biurrun.de>2012-03-27 13:15:40 +0400
commit9f43fdda3ed0dd5812e59bc404dd740578a72e41 (patch)
treeef30fc114e54c718ba7ed82ea93feb313513c0f4 /configure
parentd7ce1a48a50e62bde591a2ddb8019cafdb5fead2 (diff)
build: fix RALF decoder standalone compilation, which depends on Golomb code
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index dd3cda195c..7418bcadd5 100755
--- a/configure
+++ b/configure
@@ -1361,6 +1361,7 @@ png_encoder_select="zlib"
qcelp_decoder_select="lsp"
qdm2_decoder_select="mdct rdft mpegaudiodsp"
ra_144_encoder_select="lpc"
+ralf_decoder_select="golomb"
rv10_decoder_select="h263_decoder"
rv10_encoder_select="h263_encoder"
rv20_decoder_select="h263_decoder"