Changeset f79c8d434c2520e38d40767a19cb888a17ebe6cd

Show
Ignore:
Timestamp:
07/31/03 17:31:58 (5 years ago)
Author:
Jean-Paul Saman <jpsaman@videolan.org>
git-committer:
Jean-Paul Saman <jpsaman@videolan.org> 1059665518 +0000
git-parent:

[485e4dd62440c934cf199608a62e13a9f6b6f045]

git-author:
Jean-Paul Saman <jpsaman@videolan.org> 1059665518 +0000
Message:

Updated LIST of modules and configuration options for building.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • configure.ac

    rb91133c rf79c8d4  
    11dnl Autoconf settings for vlc 
    2 dnl $Id: configure.ac,v 1.48 2003/07/29 23:50:39 gbazin Exp $ 
     2dnl $Id: configure.ac,v 1.49 2003/07/31 15:31:58 jpsaman Exp $ 
    33 
    44AC_INIT(vlc,0.6.1) 
     
    13581358      AX_ADD_PLUGINS([satellite]) 
    13591359    fi]) 
     1360 
     1361dnl 
     1362dnl  DVB-S/DVB-T/DVB-C satellite/teresterial/cable input using v4l2 
     1363dnl 
     1364AC_ARG_ENABLE(dvb, 
     1365  [  --enable-dvb            DVB-S/T/C card support (default disabled)]) 
     1366 
     1367if test "${enable_dvb}" = "yes" 
     1368then 
     1369  AC_ARG_WITH(dvb, 
     1370  [    --with-dvb=PATH       path to a dvb- and v4l2-enabled kernel tree],[],[]) 
     1371  if test "${with_dvb}" != "no" -a -n "${with_dvb}" 
     1372  then 
     1373    AX_ADD_CFLAGS([dvb],[-I${with_dvb}/include]) 
     1374  fi 
     1375 
     1376  CPPFLAGS="${CPPFLAGS_save} ${CFLAGS_dvb}" 
     1377  AC_CHECK_HEADERS(linux/dvb/version.h linux/dvb/frontend.h, [ 
     1378    AX_ADD_PLUGINS([dvb]) 
     1379  ],[]) 
     1380  CPPFLAGS="${CPPFLAGS_save}" 
     1381fi 
    13601382 
    13611383dnl 
     
    32493271 
    32503272  modules/access/Makefile 
     3273  modules/access/dvb/Makefile 
    32513274  modules/access/dvd/Makefile 
    32523275  modules/access/dvdplay/Makefile 
  • modules/LIST

    r7f661cb rf79c8d4  
    11List of vlc plugins 
    2 $Id: LIST,v 1.7 2003/07/23 22:02:56 jpsaman Exp $ 
     2$Id: LIST,v 1.8 2003/07/31 15:31:58 jpsaman Exp $ 
    33 
    44 * a52_system: input module for A52 decapsulation. 
     
    3737 
    3838 * dummy: dummy audio output, video output, interface and input modules. 
     39 
     40 * dvb: input module for DVB streaming using v4l2 API 
    3941 
    4042 * dvd: input module for accessing DVDs. 
     
    130132 * ogg: input module for OGG decapsulation. 
    131133 
    132  * pda-gtk2: interface for iPaq using the Gtk2+ widget set. 
     134 * pda: interface for iPaq using the Gtk2+ widget set. 
    133135 
    134136 * qt: interface module using the Qt widget set.