diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-01-24 12:25:00 +0100 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-01-24 12:25:00 +0100 |
commit | 5879260515332a338e77776a7cbb50b56a48f03a (patch) | |
tree | 371786640ae3e4f9c7dae54e4908c6e408ecea6d /multimedia/tvheadend | |
parent | 94efdcf02a723fbcdcc6a192e026e0c2f766a158 (diff) |
tvheadend: fix typo in uriparser
Fixes: 0449c109e78d4e5b998fc26415ecaa5bb5c274c3 ("tvheadend: disable
uriparser")
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'multimedia/tvheadend')
-rw-r--r-- | multimedia/tvheadend/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/tvheadend/Makefile b/multimedia/tvheadend/Makefile index f23e898aa..f5fd79106 100644 --- a/multimedia/tvheadend/Makefile +++ b/multimedia/tvheadend/Makefile @@ -209,7 +209,7 @@ CONFIGURE_ARGS += \ --disable-libfdkaac_static \ --disable-pcloud_cache \ --enable-bundle \ - --disable-uripaser \ + --disable-uriparser \ --nowerror=unused-variable ## Transcoding | Remove these from CONFIGURE_ARGS. |