Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
45733ceb
Commit
45733ceb
authored
Feb 27, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./configure.in: fixed a plugins/dsp.so compilation issue under OpenBSD.
parent
a701094d
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
92 additions
and
51 deletions
+92
-51
Makefile.opts.in
Makefile.opts.in
+1
-0
configure
configure
+89
-51
configure.in
configure.in
+2
-0
No files found.
Makefile.opts.in
View file @
45733ceb
...
...
@@ -70,6 +70,7 @@ LIB_ARTS = @LIB_ARTS@
LIB_BEOS
=
@LIB_BEOS@
LIB_DARWIN
=
@LIB_DARWIN@
LIB_DIRECTX
=
@LIB_DIRECTX@
LIB_DSP
=
@LIB_DSP@
LIB_DVD
=
@LIB_DVD@
LIB_DVDREAD
=
@LIB_DVDREAD@
LIB_ESD
=
@LIB_ESD@
...
...
configure
View file @
45733ceb
This diff is collapsed.
Click to expand it.
configure.in
View file @
45733ceb
...
...
@@ -1019,6 +1019,7 @@ if test x$enable_dsp != xno &&
then
AC_CHECK_HEADERS(soundcard.h sys/soundcard.h machine/soundcard.h, [
PLUGINS="${PLUGINS} dsp"
AC_CHECK_LIB(ossaudio,main,LIB_DSP="${LIB_DSP} -lossaudio")
])
fi
...
...
@@ -1543,6 +1544,7 @@ AC_SUBST(LIB_ARTS)
AC_SUBST(LIB_BEOS)
AC_SUBST(LIB_DARWIN)
AC_SUBST(LIB_DIRECTX)
AC_SUBST(LIB_DSP)
AC_SUBST(LIB_DVD)
AC_SUBST(LIB_DVDREAD)
AC_SUBST(LIB_ESD)
...
...
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