Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
d435499f
Commit
d435499f
authored
Dec 09, 2009
by
Maarten Lankhorst
Committed by
Alexandre Julliard
Apr 05, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Change openal detection.
parent
5a954d40
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
56 additions
and
25 deletions
+56
-25
configure
configure
+41
-19
configure.ac
configure.ac
+8
-5
Makefile.in
dlls/openal32/Makefile.in
+1
-1
config.h.in
include/config.h.in
+6
-0
No files found.
configure
View file @
d435499f
...
...
@@ -610,6 +610,7 @@ LDPATH
BUILTINFLAG
EXTRACFLAGS
LIBKSTAT
LIBOPENAL
LIBMPG123
PNGINCL
FONTCONFIGINCL
...
...
@@ -647,7 +648,7 @@ CROSSTARGET
CROSSTEST
CROSSCC
CARBONLIB
LIB
OPENAL
FRAMEWORK_
OPENAL
COREAUDIO
DISKARBITRATIONLIB
LDEXECFLAGS
...
...
@@ -6469,9 +6470,14 @@ done
fi
if
test
"
$ac_cv_header_OpenAL_al_h
"
=
"yes"
then
LIB
OPENAL
=
"-framework OpenAL"
FRAMEWORK_
OPENAL
=
"-framework OpenAL"
ac_cv_lib_openal_alGetSource3i
=
yes
cat
>>
confdefs.h
<<
_ACEOF
#define HAVE_OPENAL 1
_ACEOF
ac_cv_lib_openal
=
yes
fi
if
test
"
$ac_cv_header_IOKit_hid_IOHIDLib_h
"
=
"yes"
then
...
...
@@ -11379,14 +11385,14 @@ test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes -o "x$ac_cv_func_AudioFileStreamOpe
if
test
"
$ac_cv_header_AL_al_h
"
=
"yes"
then
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking for
alGetSource3i in
-lopenal"
>
&5
$as_echo_n
"checking for
alGetSource3i in
-lopenal... "
>
&6
;
}
if
test
"
${
ac_cv_lib_
openal_alGetSource3i
+set
}
"
=
set
;
then
:
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking for -lopenal"
>
&5
$as_echo_n
"checking for -lopenal... "
>
&6
;
}
if
test
"
${
ac_cv_lib_
soname_openal
+set
}
"
=
set
;
then
:
$as_echo_n
"(cached) "
>
&6
else
ac_check_
lib
_save_LIBS
=
$LIBS
ac_check_
soname
_save_LIBS
=
$LIBS
LIBS
=
"-lopenal
$LIBS
"
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
...
...
@@ -11405,23 +11411,39 @@ return alGetSource3i ();
}
_ACEOF
if
ac_fn_c_try_link
"
$LINENO
"
;
then
:
ac_cv_lib_openal_alGetSource3i
=
yes
else
ac_cv_lib_openal_alGetSource3i
=
no
case
"
$LIBEXT
"
in
dll
)
ac_cv_lib_soname_openal
=
`
$ac_cv_path_LDD
conftest.exe |
grep
"openal"
|
sed
-e
"s/dll.*/dll/"
';2,$d'
`
;;
dylib
)
ac_cv_lib_soname_openal
=
`
otool
-L
conftest
$ac_exeext
|
grep
"libopenal
\\
.[0-9A-Za-z.]*dylib"
|
sed
-e
"s/^.*
\/\(
libopenal
\.
[0-9A-Za-z.]*dylib
\)
.*
$/
\1
/"
';2,$d'
`
;;
*
)
ac_cv_lib_soname_openal
=
`
$ac_cv_path_LDD
conftest
$ac_exeext
|
grep
"libopenal
\\
.
$LIBEXT
"
|
sed
-e
"s/^.*
\(
libopenal
\.
$LIBEXT
[^ ]*
\)
.*
$/
\1
/"
';2,$d'
`
;;
esac
fi
rm
-f
core conftest.err conftest.
$ac_objext
\
conftest
$ac_exeext
conftest.
$ac_ext
LIBS
=
$ac_check_lib
_save_LIBS
LIBS
=
$ac_check_soname
_save_LIBS
fi
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$ac_cv_lib_openal_alGetSource3i
"
>
&5
$as_echo
"
$ac_cv_lib_openal_alGetSource3i
"
>
&6
;
}
if
test
"x
$ac_cv_lib_openal_alGetSource3i
"
=
x
""
yes
;
then
:
LIBOPENAL
=
"-lopenal"
if
test
"x
$ac_cv_lib_soname_openal
"
=
"x"
;
then
:
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result: not found"
>
&5
$as_echo
"not found"
>
&6
;
}
fi
else
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$ac_cv_lib_soname_openal
"
>
&5
$as_echo
"
$ac_cv_lib_soname_openal
"
>
&6
;
}
cat
>>
confdefs.h
<<
_ACEOF
#define SONAME_LIBOPENAL "
$ac_cv_lib_soname_openal
"
_ACEOF
LIBOPENAL
=
"-lopenal"
ac_cv_lib_openal
=
yes
cat
>>
confdefs.h
<<
_ACEOF
#define HAVE_OPENAL 1
_ACEOF
fi
fi
if
test
"x
$ac_cv_lib_openal
_alGetSource3i
"
!=
xyes
;
then
:
if
test
"x
$ac_cv_lib_openal
"
!=
xyes
;
then
:
case
"x
$with_openal
"
in
x
)
as_fn_append wine_notices
"|libopenal
${
notice_platform
}
development files not found (or too old), OpenAL won't be supported."
;;
xno
)
;;
...
...
@@ -11429,7 +11451,7 @@ if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
This is an error since --with-openal was requested."
"
$LINENO
"
5
;;
esac
fi
test
"x
$ac_cv_lib_openal
_alGetSource3i
"
=
xyes
||
enable_openal32
=
${
enable_openal32
:-
no
}
test
"x
$ac_cv_lib_openal
"
=
xyes
||
enable_openal32
=
${
enable_openal32
:-
no
}
if
test
"
$ac_cv_header_kstat_h
"
=
"yes"
then
...
...
configure.ac
View file @
d435499f
...
...
@@ -662,8 +662,9 @@ case $host_os in
fi
if test "$ac_cv_header_OpenAL_al_h" = "yes"
then
AC_SUBST(LIBOPENAL,"-framework OpenAL")
ac_cv_lib_openal_alGetSource3i=yes
AC_SUBST(FRAMEWORK_OPENAL,"-framework OpenAL")
AC_DEFINE_UNQUOTED(HAVE_OPENAL,1,[Define to 1 if OpenAL is available])
ac_cv_lib_openal=yes
fi
if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
then
...
...
@@ -1483,11 +1484,13 @@ test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes -o "x$ac_cv_func_AudioFileStreamOpe
dnl **** Check for OpenAL 1.1 ****
if test "$ac_cv_header_AL_al_h" = "yes"
then
AC_CHECK_LIB(openal,alGetSource3i,[AC_SUBST(LIBOPENAL,"-lopenal")])
WINE_CHECK_SONAME(openal,alGetSource3i,[AC_SUBST(LIBOPENAL,"-lopenal")
ac_cv_lib_openal=yes
AC_DEFINE_UNQUOTED(HAVE_OPENAL,1,[Define to 1 if OpenAL is available])],,)
fi
WINE_NOTICE_WITH(openal,[test "x$ac_cv_lib_openal
_alGetSource3i
" != xyes],
WINE_NOTICE_WITH(openal,[test "x$ac_cv_lib_openal" != xyes],
[libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.])
test "x$ac_cv_lib_openal
_alGetSource3i
" = xyes || enable_openal32=${enable_openal32:-no}
test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
dnl **** Check for libkstat ****
if test "$ac_cv_header_kstat_h" = "yes"
...
...
dlls/openal32/Makefile.in
View file @
d435499f
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
openal32.dll
IMPORTS
=
kernel32 ntdll
EXTRALIBS
=
@LIBOPENAL@
EXTRALIBS
=
@LIBOPENAL@
@FRAMEWORK_OPENAL@
C_SRCS
=
\
openal.c
...
...
include/config.h.in
View file @
d435499f
...
...
@@ -574,6 +574,9 @@
/* Define if mkdir takes only one argument */
#undef HAVE_ONE_ARG_MKDIR
/* Define to 1 if OpenAL is available */
#undef HAVE_OPENAL
/* Define to 1 if you have the <OpenAL/al.h> header file. */
#undef HAVE_OPENAL_AL_H
...
...
@@ -1210,6 +1213,9 @@
/* Define to the soname of the libodbc library. */
#undef SONAME_LIBODBC
/* Define to the soname of the libopenal library. */
#undef SONAME_LIBOPENAL
/* Define to the soname of the libpng library. */
#undef SONAME_LIBPNG
...
...
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