tvhcsa: fix the dependencies correctly for dvbcsa (quick fix for the previous patch)

This commit is contained in:
Jaroslav Kysela 2014-10-02 18:19:10 +02:00
parent 11d6565821
commit 370013bc47
2 changed files with 1 additions and 1 deletions

View file

@ -16,7 +16,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "tvheadend.h"
#include "tvhcsa.h"
#include "input.h"
#include "input/mpegts/tsdemux.h"

View file

@ -23,6 +23,7 @@ struct mpegts_service;
struct elementary_stream;
#include <stdint.h>
#include "build.h"
#if ENABLE_DVBCSA
#include <dvbcsa/dvbcsa.h>
#else