Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fatih Uzunoğlu
VLC
Commits
a7f92685
Commit
a7f92685
authored
1 month ago
by
Alaric Senat
Committed by
Steve Lhomme
1 month ago
Browse files
Options
Downloads
Patches
Plain Diff
configure: misc: fix some typos
parent
c876b0f7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac
+6
-6
6 additions, 6 deletions
configure.ac
with
6 additions
and
6 deletions
configure.ac
+
6
−
6
View file @
a7f92685
...
@@ -455,7 +455,7 @@ esac
...
@@ -455,7 +455,7 @@ esac
dnl WinRT
dnl WinRT
AC_ARG_ENABLE([winstore_app],
AC_ARG_ENABLE([winstore_app],
AS_HELP_STRING([--enable-winstore-app],
AS_HELP_STRING([--enable-winstore-app],
[Build target
t
ed for Windows Store apps (default disabled)]))
[Build targeted for Windows Store apps (default disabled)]))
vlc_winstore_app=0
vlc_winstore_app=0
AS_IF([test "${SYS}" = "mingw32"],[
AS_IF([test "${SYS}" = "mingw32"],[
...
@@ -691,7 +691,7 @@ AC_PREPROC_IFELSE([AC_LANG_SOURCE([
...
@@ -691,7 +691,7 @@ AC_PREPROC_IFELSE([AC_LANG_SOURCE([
#endif
#endif
])], [
])], [
dnl Check for broken versions of mingw-runtime compat
a
bility library
dnl Check for broken versions of mingw-runtime compat
i
bility library
AC_MSG_CHECKING(for broken mingw-runtime)
AC_MSG_CHECKING(for broken mingw-runtime)
AC_PREPROC_IFELSE([AC_LANG_SOURCE([
AC_PREPROC_IFELSE([AC_LANG_SOURCE([
#include <_mingw.h>
#include <_mingw.h>
...
@@ -742,7 +742,7 @@ dnl Check for broken versions of mingw-runtime compatability library
...
@@ -742,7 +742,7 @@ dnl Check for broken versions of mingw-runtime compatability library
dnl
dnl
dnl Buggy glibc prevention. Purpose
d
ly not cached.
dnl Buggy glibc prevention. Purposely not cached.
dnl See sourceware.org bugs 5058 and 5443.
dnl See sourceware.org bugs 5058 and 5443.
dnl Ubuntu alone has 20 bug numbers for this...
dnl Ubuntu alone has 20 bug numbers for this...
dnl
dnl
...
@@ -939,7 +939,7 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([_Thread_local int foo = 0;
...
@@ -939,7 +939,7 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([_Thread_local int foo = 0;
],[ AC_MSG_RESULT([no])])
],[ AC_MSG_RESULT([no])])
dnl __STDC_NO_THREADS__ can't be trusted on some platforms.
dnl __STDC_NO_THREADS__ can't be trusted on some platforms.
dnl check for its availability explicit
e
ly
dnl check for its availability explicitly
AC_CHECK_HEADERS([threads.h])
AC_CHECK_HEADERS([threads.h])
AC_CHECK_LIB([anl],[getaddrinfo_a],[])
AC_CHECK_LIB([anl],[getaddrinfo_a],[])
...
@@ -1454,7 +1454,7 @@ fi
...
@@ -1454,7 +1454,7 @@ fi
WIN32_PATH_CMD=
WIN32_PATH_CMD=
AS_IF([test "${SYS}" = "mingw32"], [
AS_IF([test "${SYS}" = "mingw32"], [
AC_MSG_CHECKING([how to transform windows path
e
s])
AC_MSG_CHECKING([how to transform windows paths])
win32_path_cmd=no
win32_path_cmd=no
for win_path in "cygpath" "wslpath" "wine winepath"
for win_path in "cygpath" "wslpath" "wine winepath"
do
do
...
@@ -3142,7 +3142,7 @@ dnl
...
@@ -3142,7 +3142,7 @@ dnl
dnl Teletext Modules
dnl Teletext Modules
dnl vbi decoder plugin (using libzbvi)
dnl vbi decoder plugin (using libzbvi)
dnl telx module
dnl telx module
dnl
u
ncompatible
dnl
i
ncompatible
dnl
dnl
AC_ARG_ENABLE([zvbi],
AC_ARG_ENABLE([zvbi],
AS_HELP_STRING([--enable-zvbi],[VBI (inc. Teletext) decoding support with
AS_HELP_STRING([--enable-zvbi],[VBI (inc. Teletext) decoding support with
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment