Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
778665b0
Commit
778665b0
authored
Jun 05, 2008
by
dionoea
Browse files
Default enable the dvb and v4l2 modules.
parent
42683681
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
778665b0
...
...
@@ -2336,8 +2336,8 @@ dnl
dnl Video4Linux2 plugin
dnl
AC_ARG_ENABLE(v4l2,
[ --enable-v4l2 Video4Linux2 input support (default
dis
abled)])
if test "${enable_v4l2}" = "
yes
"
[ --enable-v4l2 Video4Linux2 input support (default
en
abled)])
if test "${enable_v4l2}"
!
= "
no
"
then
AC_ARG_WITH(v4l2,
[ --with-v4l2=PATH path to a v4l2-enabled kernel tree],[],[])
...
...
@@ -2579,9 +2579,9 @@ 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
dis
abled)])
[ --enable-dvb DVB-S/T/C card support (default
en
abled)])
if test "${enable_dvb}" = "
yes
"
if test "${enable_dvb}"
!
= "
no
"
then
AC_ARG_WITH(dvb,
[ --with-dvb=PATH path to a dvb- and v4l2-enabled kernel tree],[],[])
...
...
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