Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
15b3893e
Commit
15b3893e
authored
Dec 10, 2005
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Remove CoreAudio module
parent
f2a6cd9f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
11 deletions
+6
-11
Makefile.am
Makefile.am
+0
-4
configure.ac
configure.ac
+6
-6
modules/audio_output/Modules.am
modules/audio_output/Modules.am
+0
-1
No files found.
Makefile.am
View file @
15b3893e
...
...
@@ -584,8 +584,6 @@ VLC-release.app: vlc
cp
"
$(srcdir)
/
$$
i"
$(top_builddir)
/tmp
;
\
done
mkdir
-p
$(top_builddir)
/tmp/modules/audio_output
cp
$(srcdir)
/modules/audio_output/coreaudio.c
\
$(top_builddir)
/tmp/modules/audio_output/coreaudio.c
mkdir
-p
$(top_builddir)
/tmp/modules/gui/macosx
for
i
in
\
about.h
\
...
...
@@ -691,8 +689,6 @@ VLC.app: vlc
cp
"
$(srcdir)
/
$$
i"
$(top_builddir)
/tmp
;
\
done
mkdir
-p
$(top_builddir)
/tmp/modules/audio_output
cp
$(srcdir)
/modules/audio_output/coreaudio.c
\
$(top_builddir)
/tmp/modules/audio_output/coreaudio.c
mkdir
-p
$(top_builddir)
/tmp/modules/gui/macosx
for
i
in
\
about.h
\
...
...
configure.ac
View file @
15b3893e
...
...
@@ -3919,14 +3919,14 @@ fi
dnl
dnl CoreAudio plugin
dnl
AC_ARG_ENABLE(
core
audio,
[ --enable-
coreaudio CoreA
udio module (default enabled on MacOS X)])
if test "${enable_
core
audio}" != "no" &&
(test "${SYS}" = "darwin" || test "${enable_
core
audio}" = "yes")
AC_ARG_ENABLE(
macosx-
audio,
[ --enable-
macosx-audio Mac OS X a
udio module (default enabled on MacOS X)])
if test "${enable_
macosx-
audio}" != "no" &&
(test "${SYS}" = "darwin" || test "${enable_
macosx-
audio}" = "yes")
then
AC_CHECK_HEADERS(CoreAudio/CoreAudio.h,
[ VLC_ADD_BUILTINS([
coreaudio
auhal])
VLC_ADD_LDFLAGS([
coreaudio
auhal],[-framework CoreAudio -framework AudioUnit -framework AudioToolbox])
[ VLC_ADD_BUILTINS([auhal])
VLC_ADD_LDFLAGS([auhal],[-framework CoreAudio -framework AudioUnit -framework AudioToolbox])
], [ AC_MSG_ERROR([cannot find CoreAudio headers]) ])
fi
...
...
modules/audio_output/Modules.am
View file @
15b3893e
SOURCES_alsa = alsa.c
SOURCES_arts = arts.c
SOURCES_coreaudio = coreaudio.c
SOURCES_aout_directx = directx.c
SOURCES_esd = esd.c
SOURCES_aout_file = file.c
...
...
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