tvhcsa: fix the dependencies correctly for dvbcsa (quick fix for the previous patch)
This commit is contained in:
parent
11d6565821
commit
370013bc47
2 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,6 @@
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "tvheadend.h"
|
|
||||||
#include "tvhcsa.h"
|
#include "tvhcsa.h"
|
||||||
#include "input.h"
|
#include "input.h"
|
||||||
#include "input/mpegts/tsdemux.h"
|
#include "input/mpegts/tsdemux.h"
|
||||||
|
|
|
@ -23,6 +23,7 @@ struct mpegts_service;
|
||||||
struct elementary_stream;
|
struct elementary_stream;
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include "build.h"
|
||||||
#if ENABLE_DVBCSA
|
#if ENABLE_DVBCSA
|
||||||
#include <dvbcsa/dvbcsa.h>
|
#include <dvbcsa/dvbcsa.h>
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Reference in a new issue