Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tvhcsa: fix the dependencies correctly for dvbcsa (quick fix for the …
…previous patch)
  • Loading branch information
perexg committed Oct 2, 2014
1 parent 11d6565 commit 370013b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/descrambler/tvhcsa.c
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/descrambler/tvhcsa.h
Expand Up @@ -23,6 +23,7 @@ struct mpegts_service;
struct elementary_stream;

#include <stdint.h>
#include "build.h"
#if ENABLE_DVBCSA
#include <dvbcsa/dvbcsa.h>
#else
Expand Down

0 comments on commit 370013b

Please sign in to comment.