summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-06-09 20:29:52 +0000
committerDiego Biurrun <diego@biurrun.de>2009-06-09 20:29:52 +0000
commit28b80940ff69c8d860e54dd326042f4bdc038fba (patch)
tree314bebafc1eab3b184840454e0fcf9bbdbd43c67 /configure
parentef434a4b2431767a1be8de95259bc8c33645debe (diff)
Express the H.264 parser dependency on the golomb code in configure instead of
in the Makefile as it is done for all other parts that depend on golomb. Originally committed as revision 19139 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 03c046aa91..ad33c79411 100755
--- a/configure
+++ b/configure
@@ -1088,6 +1088,9 @@ zlib_encoder_select="zlib"
zmbv_decoder_select="zlib"
zmbv_encoder_select="zlib"
+# parsers
+h264_parser_select="golomb"
+
# external libraries
libamr_nb_decoder_deps="libamr_nb"
libamr_nb_encoder_deps="libamr_nb"