]> git.sesse.net Git - vlc/commitdiff
Updated LIST of modules and configuration options for building.
authorJean-Paul Saman <jpsaman@videolan.org>
Thu, 31 Jul 2003 15:31:58 +0000 (15:31 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Thu, 31 Jul 2003 15:31:58 +0000 (15:31 +0000)
configure.ac
modules/LIST

index a8143c2fa5bec27cbceefb15154e709468e73119..0cb8a4344d81ee2b950340663a06c2d557ecfcf3 100644 (file)
@@ -1,5 +1,5 @@
 dnl Autoconf settings for vlc
-dnl $Id: configure.ac,v 1.48 2003/07/29 23:50:39 gbazin Exp $
+dnl $Id: configure.ac,v 1.49 2003/07/31 15:31:58 jpsaman Exp $
 
 AC_INIT(vlc,0.6.1)
 
@@ -1358,6 +1358,28 @@ AC_ARG_ENABLE(satellite,
       AX_ADD_PLUGINS([satellite])
     fi])
 
+dnl
+dnl  DVB-S/DVB-T/DVB-C satellite/teresterial/cable input using v4l2
+dnl
+AC_ARG_ENABLE(dvb,
+  [  --enable-dvb            DVB-S/T/C card support (default disabled)])
+
+if test "${enable_dvb}" = "yes"
+then
+  AC_ARG_WITH(dvb,
+  [    --with-dvb=PATH       path to a dvb- and v4l2-enabled kernel tree],[],[])
+  if test "${with_dvb}" != "no" -a -n "${with_dvb}"
+  then
+    AX_ADD_CFLAGS([dvb],[-I${with_dvb}/include])
+  fi
+
+  CPPFLAGS="${CPPFLAGS_save} ${CFLAGS_dvb}"
+  AC_CHECK_HEADERS(linux/dvb/version.h linux/dvb/frontend.h, [
+    AX_ADD_PLUGINS([dvb])
+  ],[])
+  CPPFLAGS="${CPPFLAGS_save}"
+fi
+
 dnl
 dnl  ipv6 plugin - not for QNX yet
 dnl
@@ -3248,6 +3270,7 @@ AC_OUTPUT([
   src/Makefile
 
   modules/access/Makefile
+  modules/access/dvb/Makefile
   modules/access/dvd/Makefile
   modules/access/dvdplay/Makefile
   modules/access/dvdread/Makefile
index 86658f630270fe4585c16465b8522a1011e744cc..e5f050533f313610d5617d3623b8ce290defbcac 100644 (file)
@@ -1,5 +1,5 @@
 List of vlc plugins
-$Id: LIST,v 1.7 2003/07/23 22:02:56 jpsaman Exp $
+$Id: LIST,v 1.8 2003/07/31 15:31:58 jpsaman Exp $
 
  * a52_system: input module for A52 decapsulation.
 
@@ -37,6 +37,8 @@ $Id: LIST,v 1.7 2003/07/23 22:02:56 jpsaman Exp $
 
  * dummy: dummy audio output, video output, interface and input modules.
 
+ * dvb: input module for DVB streaming using v4l2 API
+
  * dvd: input module for accessing DVDs.
 
  * dvdread: input module for accessing DVDs, uses libdvdread.
@@ -129,7 +131,7 @@ $Id: LIST,v 1.7 2003/07/23 22:02:56 jpsaman Exp $
 
  * ogg: input module for OGG decapsulation.
 
- * pda-gtk2: interface for iPaq using the Gtk2+ widget set.
+ * pda: interface for iPaq using the Gtk2+ widget set.
 
  * qt: interface module using the Qt widget set.