Changeset f79c8d434c2520e38d40767a19cb888a17ebe6cd
- 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
| rb91133c |
rf79c8d4 |
|
| 1 | 1 | dnl Autoconf settings for vlc |
|---|
| 2 | | dnl $Id: configure.ac,v 1.48 2003/07/29 23:50:39 gbazin Exp $ |
|---|
| | 2 | dnl $Id: configure.ac,v 1.49 2003/07/31 15:31:58 jpsaman Exp $ |
|---|
| 3 | 3 | |
|---|
| 4 | 4 | AC_INIT(vlc,0.6.1) |
|---|
| … | … | |
| 1358 | 1358 | AX_ADD_PLUGINS([satellite]) |
|---|
| 1359 | 1359 | fi]) |
|---|
| | 1360 | |
|---|
| | 1361 | dnl |
|---|
| | 1362 | dnl DVB-S/DVB-T/DVB-C satellite/teresterial/cable input using v4l2 |
|---|
| | 1363 | dnl |
|---|
| | 1364 | AC_ARG_ENABLE(dvb, |
|---|
| | 1365 | [ --enable-dvb DVB-S/T/C card support (default disabled)]) |
|---|
| | 1366 | |
|---|
| | 1367 | if test "${enable_dvb}" = "yes" |
|---|
| | 1368 | then |
|---|
| | 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}" |
|---|
| | 1381 | fi |
|---|
| 1360 | 1382 | |
|---|
| 1361 | 1383 | dnl |
|---|
| … | … | |
| 3249 | 3271 | |
|---|
| 3250 | 3272 | modules/access/Makefile |
|---|
| | 3273 | modules/access/dvb/Makefile |
|---|
| 3251 | 3274 | modules/access/dvd/Makefile |
|---|
| 3252 | 3275 | modules/access/dvdplay/Makefile |
|---|
| r7f661cb |
rf79c8d4 |
|
| 1 | 1 | List 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 $ |
|---|
| 3 | 3 | |
|---|
| 4 | 4 | * a52_system: input module for A52 decapsulation. |
|---|
| … | … | |
| 37 | 37 | |
|---|
| 38 | 38 | * dummy: dummy audio output, video output, interface and input modules. |
|---|
| | 39 | |
|---|
| | 40 | * dvb: input module for DVB streaming using v4l2 API |
|---|
| 39 | 41 | |
|---|
| 40 | 42 | * dvd: input module for accessing DVDs. |
|---|
| … | … | |
| 130 | 132 | * ogg: input module for OGG decapsulation. |
|---|
| 131 | 133 | |
|---|
| 132 | | * pda-gtk2: interface for iPaq using the Gtk2+ widget set. |
|---|
| | 134 | * pda: interface for iPaq using the Gtk2+ widget set. |
|---|
| 133 | 135 | |
|---|
| 134 | 136 | * qt: interface module using the Qt widget set. |
|---|