summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-05-14 16:32:00 +0100
committerMark Thompson <sw@jkqxz.net>2017-10-17 20:56:29 +0100
commit9b0c7aa0e446eceec96ba8f4009e004fad29fba3 (patch)
tree23fdcf750ba5d7b86805c20f5862562a43681a60 /configure
parentb4c915f4b3e15c3e787e319b961e4389762f6309 (diff)
lavc: Add coded bitstream read/write support for H.265
(cherry picked from commit 867381b8b51fa21fa2b8f071f508f3d39cc9c1f0) (cherry picked from commit f763489364416bb6866adc4f4a96012dd2ca1bd0) (cherry picked from commit 067a9ddeb8feff1f724856f0054930c55219f76b)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 07c25e3dfa..e5bfbaabf2 100755
--- a/configure
+++ b/configure
@@ -2152,6 +2152,7 @@ CONFIG_EXTRA="
cabac
cbs
cbs_h264
+ cbs_h265
dirac_parse
dvprofile
exif
@@ -2406,6 +2407,7 @@ threads_if_any="$THREADS_LIST"
# subsystems
cbs_h264_select="cbs golomb"
+cbs_h265_select="cbs golomb"
dct_select="rdft"
dirac_parse_select="golomb"
error_resilience_select="me_cmp"