changeset 6832:c8c1703da7fe

* src/theora.mk: disable doc generation
author John Donoghue <john.donoghue@ieee.org>
date Sun, 13 Aug 2023 18:11:36 -0400
parents 12fc2edade14
children b787041d48b2
files src/theora.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/theora.mk	Sun Aug 13 09:59:08 2023 -0400
+++ b/src/theora.mk	Sun Aug 13 18:11:36 2023 -0400
@@ -22,7 +22,7 @@
        $(SED) -i 's,EXPORTS,,' '$(1)/win32/xmingw32/libtheoraenc-all.def'; \
    fi
 
-    cd '$(1)' && ./configure \
+    cd '$(1)' && HAVE_DOXYGEN=false ./configure \
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
         $(ENABLE_SHARED_OR_STATIC) \
         --prefix='$(HOST_PREFIX)' \