mirror of
https://github.com/videolan/vlc.git
synced 2024-11-28 12:26:11 +08:00
Add -ldl (git commit --amend with -a again!), document news
This commit is contained in:
parent
12f23f648d
commit
0b74611881
1
NEWS
1
NEWS
@ -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
|
||||
|
@ -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]))))
|
||||
|
Loading…
Reference in New Issue
Block a user