aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-05-04 23:03:03 +0100
committerMark Thompson <sw@jkqxz.net>2017-10-17 20:56:29 +0100
commit686e388bbb6aeef077095a83f84b53d143d44d63 (patch)
treecfcd19745c52c01c4ecba66863e818d349f5ab59 /configure
parent9b0c7aa0e446eceec96ba8f4009e004fad29fba3 (diff)
downloadffmpeg-686e388bbb6aeef077095a83f84b53d143d44d63.tar.gz
lavc: Add coded bitstream read/write support for MPEG-2
(cherry picked from commit 2bc9ba8d3c41f3a8e56484bd67b05040c7909a01) (cherry picked from commit a41b69b5eb950c10d8ede472bcc4e88ce4246db9)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index e5bfbaabf2..bb0a748f9e 100755
--- a/configure
+++ b/configure
@@ -2153,6 +2153,7 @@ CONFIG_EXTRA="
cbs
cbs_h264
cbs_h265
+ cbs_mpeg2
dirac_parse
dvprofile
exif
@@ -2408,6 +2409,7 @@ threads_if_any="$THREADS_LIST"
# subsystems
cbs_h264_select="cbs golomb"
cbs_h265_select="cbs golomb"
+cbs_mpeg2_select="cbs"
dct_select="rdft"
dirac_parse_select="golomb"
error_resilience_select="me_cmp"