Bug #5052
Can dvbcsa be disable in configure?
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 libraryduring 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
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).
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.