diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-01-22 14:37:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-22 14:37:30 +0100 |
commit | e7e16d8936c4ddc3cf3df7a0df51ebf0e7c4f57f (patch) | |
tree | 205573fdbc1f0df47b7b282ff42a5d690a03c578 | |
parent | 28ac3a6997524d9642c9707b389b626b76b09c1d (diff) | |
parent | 0449c109e78d4e5b998fc26415ecaa5bb5c274c3 (diff) |
Merge pull request #17665 from BKPepe/tvheadend-uriparser
tvheadend: disable uriparser
-rw-r--r-- | multimedia/tvheadend/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/tvheadend/Makefile b/multimedia/tvheadend/Makefile index 4de391cc3..f23e898aa 100644 --- a/multimedia/tvheadend/Makefile +++ b/multimedia/tvheadend/Makefile @@ -209,6 +209,7 @@ CONFIGURE_ARGS += \ --disable-libfdkaac_static \ --disable-pcloud_cache \ --enable-bundle \ + --disable-uripaser \ --nowerror=unused-variable ## Transcoding | Remove these from CONFIGURE_ARGS. |