Project

General

Profile

Bug #5052

Can dvbcsa be disable in configure?

Added by virtual dj over 6 years ago. Updated over 6 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
General
Target version:
-
Start date:
2018-03-31
Due date:
% Done:

100%

Estimated time:
Found in version:
25dfdb6
Affected Versions:

Description

I see that starting from git version 4e7f837 the configure script changed.
Is it possible to reimplement --disable-csa switch, because it doesn't seem to work at the moment?

I always get:

  checking for cc dvbcsa/dvbcsa.h ...               fail
ERROR: Failed to find dvbcsa library
during configure.
I've tried also --disable-tvhcsa (don't know if it's about the same feature) but it still complains about the missing header.

History

#1

Updated by Dave Pickles over 6 years ago

From the configure script:

if enabled cwc || enabled cccam || enabled capmt || enabled constcw; then
  enable tvhcsa
  enable dvbcsa

So if you're not using descrambling you have to disable cwc, cccam, capmt and constcw (they're all enabled by default).

#2

Updated by Jaroslav Kysela over 6 years ago

  • Status changed from New to Fixed
  • % Done changed from 0 to 100

Applied in changeset commit:tvheadend|c76c7e0604977305498221f83c049d6d4fc715ed.

Also available in: Atom PDF