summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2021-06-20 20:17:59 -0700
committerjhurst <jhurst@cinecert.com>2021-06-20 20:17:59 -0700
commit632ffcdef19139d9eee8b593f980464ceb32bc7d (patch)
tree7020c5aaeeae8ebc74ff57786f31784730630a76
parent083716712bb2e4e59b229fdaa238d5f44d72d4a6 (diff)
parentb2119f40fd25f1dfee1bcaccbb905174e304f40e (diff)
Merge branch 'master' into sans_intermediate_descriptor
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 01c213c..8b1a04a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -113,7 +113,7 @@ AC_ARG_ENABLE([asdcp-jxs],
AC_ARG_ENABLE([phdr],
[ --enable-phdr enable support for Prototype for High Dyamic Range in AS-02],
[case "${enableval}" in
- yes) phdr_use=true ;;
+ yes) AS_IF([test x$as_02_use = xtrue], phdr_use=true, AC_MSG_ERROR([--enable-phdr cannot be used without --enable-as-02])) ;;
no) phdr_use=false ;;
*) AC_MSG_ERROR([bad value ${enableval} for --enable-phdr]) ;;
esac],[phdr_use=false])