]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix linkage error with --disable-cwc 360/head
authorGlandos <bugs-github@antipoul.fr>
Sat, 22 Mar 2014 19:39:20 +0000 (20:39 +0100)
committerGlandos <bugs-github@antipoul.fr>
Sat, 22 Mar 2014 19:39:20 +0000 (20:39 +0100)
src/descrambler/descrambler.c

index b466e5681d9fec5dd378f8441482fde98b574698..0728bfc36abf535e4c0c4dd59141ebb7bbaf8110 100755 (executable)
@@ -118,8 +118,10 @@ descrambler_init ( void )
 void
 descrambler_done ( void )
 {
+#if ENABLE_CWC
   capmt_done();
   cwc_done();
+#endif
 }
 
 void