summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-05-14 16:18:25 +0100
committerMark Thompson <sw@jkqxz.net>2017-10-17 20:56:29 +0100
commitb4c915f4b3e15c3e787e319b961e4389762f6309 (patch)
treef5291743bc8e77250b0e45b9ab570612516850aa /configure
parent6734eef6b8b464139fdc140ec9bc9e8d74173869 (diff)
lavc: Add coded bitstream read/write support for H.264
(cherry picked from commit acf06f45441be24c5cbae0920579cd69427326a1) (cherry picked from commit 768eb9182e94a94bc2ef46f565a0dac7afef3b57) (cherry picked from commit e7f64191b27bcf37cbf7006606f0f439c6cdc24f)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 99f09fb6b2..07c25e3dfa 100755
--- a/configure
+++ b/configure
@@ -2151,6 +2151,7 @@ CONFIG_EXTRA="
bswapdsp
cabac
cbs
+ cbs_h264
dirac_parse
dvprofile
exif
@@ -2404,6 +2405,7 @@ w32threads_deps="atomics_native"
threads_if_any="$THREADS_LIST"
# subsystems
+cbs_h264_select="cbs golomb"
dct_select="rdft"
dirac_parse_select="golomb"
error_resilience_select="me_cmp"