[dvblast-devel] dvblastctl: Fix build error when multistream support is missing.

Georgi Chorbadzhiyski git at videolan.org
Tue Jan 22 16:23:52 CET 2013


dvblast | branch: master | Georgi Chorbadzhiyski <gf at unixsol.org> | Tue Jan 22 17:23:10 2013 +0200| [434fbe21bb917e4b96c1fae6814b117e852688ad] | committer: Georgi Chorbadzhiyski

dvblastctl: Fix build error when multistream support is missing.

> http://git.videolan.org/gitweb.cgi/dvblast.git/?a=commit;h=434fbe21bb917e4b96c1fae6814b117e852688ad
---

 dvblastctl.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/dvblastctl.c b/dvblastctl.c
index 0ffb1b9..f2195e7 100644
--- a/dvblastctl.c
+++ b/dvblastctl.c
@@ -638,7 +638,9 @@ int main( int i_argc, char **ppsz_argv )
 #if DVBAPI_VERSION >= 501
         PRINT_CAPS( CAN_2G_MODULATION );
 #endif
+#if DVBAPI_VERSION >= 508
         PRINT_CAPS( CAN_MULTISTREAM );
+#endif
 #undef PRINT_CAPS
 
         if ( i_print_type == PRINT_TEXT )



More information about the dvblast-devel mailing list