Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
905e945b
Commit
905e945b
authored
Oct 30, 2007
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
"default auto" means nothing
parent
bc8e6a59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
configure.ac
configure.ac
+3
-3
No files found.
configure.ac
View file @
905e945b
...
@@ -3801,7 +3801,7 @@ dnl
...
@@ -3801,7 +3801,7 @@ dnl
dnl libfluidsynth (MIDI synthetizer) plugin
dnl libfluidsynth (MIDI synthetizer) plugin
dnl
dnl
AC_ARG_ENABLE(fluidsynth,
AC_ARG_ENABLE(fluidsynth,
[ --enable-fluidsynth MIDI synthesisr with libfluidsynth (default
auto
)])
[ --enable-fluidsynth MIDI synthesisr with libfluidsynth (default
enabled
)])
AS_IF([test "x${enable_fluidsynth}" != "xno"], [
AS_IF([test "x${enable_fluidsynth}" != "xno"], [
PKG_CHECK_MODULES(FLUIDSYNTH, fluidsynth, [
PKG_CHECK_MODULES(FLUIDSYNTH, fluidsynth, [
VLC_ADD_PLUGINS(fluidsynth)
VLC_ADD_PLUGINS(fluidsynth)
...
@@ -4843,7 +4843,7 @@ dnl
...
@@ -4843,7 +4843,7 @@ dnl
dnl UPnP Plugin (Intel SDK)
dnl UPnP Plugin (Intel SDK)
dnl
dnl
AC_ARG_ENABLE(upnp,
AC_ARG_ENABLE(upnp,
[ --enable-upnp Intel UPnP SDK (default
auto
)])
[ --enable-upnp Intel UPnP SDK (default
enabled
)])
VLC_ADD_CXXFLAGS([upnp_intel], [ ])
VLC_ADD_CXXFLAGS([upnp_intel], [ ])
AS_IF([test "x${enable_upnp}" != "xno"], [
AS_IF([test "x${enable_upnp}" != "xno"], [
...
@@ -5353,7 +5353,7 @@ dnl
...
@@ -5353,7 +5353,7 @@ dnl
dnl ncurses module
dnl ncurses module
dnl
dnl
AC_ARG_ENABLE(ncurses,
AC_ARG_ENABLE(ncurses,
[ --disable-ncurses ncurses interface support (default
auto
)],
[ --disable-ncurses ncurses interface support (default
enabled
)],
[if test "${enable_ncurses}" != "no"; then
[if test "${enable_ncurses}" != "no"; then
AC_CHECK_HEADER(ncurses.h,
AC_CHECK_HEADER(ncurses.h,
[AC_CHECK_LIB(ncursesw, mvprintw,
[AC_CHECK_LIB(ncursesw, mvprintw,
...
...
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