[vlc-devel] commit: Forgot live555 in the previous commit. It' s quite useful to compile it, too. ( Felix Paul Kühne )
git version control
git at videolan.org
Tue May 6 18:13:32 CEST 2008
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue May 6 18:14:45 2008 +0200| [fb19b264f8a5fe4ebb47f863e0f040f2ffe9b0a5]
Forgot live555 in the previous commit. It's quite useful to compile it, too.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fb19b264f8a5fe4ebb47f863e0f040f2ffe9b0a5
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index c01bb38..7b3c50b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1939,7 +1939,7 @@ if test "${enable_live555}" != "no"; then
if test -f "${real_live555_tree}/liveMedia/libliveMedia.a"; then
AC_MSG_RESULT(${real_live555_tree}/liveMedia/libliveMedia.a)
- VLC_ADD_BUILTINS([live555])
+ VLC_ADD_PLUGIN([live555])
if test "${SYS}" = "mingw32"; then
# add ws2_32 for closesocket, select, recv
More information about the vlc-devel
mailing list