Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
0b746118
Commit
0b746118
authored
Jun 02, 2008
by
Rémi Denis-Courmont
Browse files
Add -ldl (git commit --amend with -a again!), document news
parent
12f23f64
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
0b746118
...
...
@@ -97,6 +97,7 @@ Decoders:
* NellyMoser ASAO support
* APE (Monkey audio) support
* VBI & EBU (Teletext) support
* RealVideo support (with the RealVideo run-time)
Subtitles:
* Ogg/Kate subtitles support
...
...
configure.ac
View file @
0b746118
...
...
@@ -730,7 +730,7 @@ if test "${ac_cv_have_plugins}" = "no"; then
ac_cv_my_have_dlopen=yes,
AC_CHECK_LIB(dl, dlopen,
ac_cv_my_have_dlopen=yes
VLC_ADD_LIBS([libvlc realaudio],[-ldl]),
VLC_ADD_LIBS([libvlc realaudio
realvideo
],[-ldl]),
AC_CHECK_LIB(svld, dlopen,
ac_cv_my_have_dlopen=yes
VLC_ADD_LIBS([libvlc],[-lsvld]))))
...
...
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