Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
f79c8d43
Commit
f79c8d43
authored
Jul 31, 2003
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated LIST of modules and configuration options for building.
parent
485e4dd6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
3 deletions
+28
-3
configure.ac
configure.ac
+24
-1
modules/LIST
modules/LIST
+4
-2
No files found.
configure.ac
View file @
f79c8d43
dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.4
8 2003/07/29 23:50:39 gbazi
n Exp $
dnl $Id: configure.ac,v 1.4
9 2003/07/31 15:31:58 jpsama
n 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
...
...
modules/LIST
View file @
f79c8d43
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment