Commit bf6d890a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Bump version

parent d150fc57
dnl Autoconf settings for vlc
AC_INIT(vlc,0.8.6g)
AC_INIT(vlc,0.8.6h)
VERSION_MAJOR="0"
VERSION_MINOR="8"
VERSION_REVISION="6"
VERSION_EXTRA="g"
VERSION_EXTRA="h"
CONFIGURE_LINE="$0 $*"
CODENAME="Janus"
......
......@@ -155,7 +155,10 @@ libvlc_la_LIBADD = $(INCLUDED_LIBINTL)
libvlc_la_CFLAGS = `$(VLC_CONFIG) --cflags vlc`
libvlc_la_CXXFLAGS = `$(VLC_CONFIG) --cxxflags vlc`
libvlc_la_OBJCFLAGS = `$(VLC_CONFIG) --objcflags vlc`
libvlc_la_LDFLAGS = `$(VLC_CONFIG) --libs vlc builtin|sed -e 's/\(modules\/[^ ]*\)\.a /\1_builtin.la /g'` -no-undefined
libvlc_la_LDFLAGS = \
`$(VLC_CONFIG) --libs vlc builtin|sed -e 's/\(modules\/[^ ]*\)\.a /\1_builtin.la /g'` \
-version 0:8:0 \
-no-undefined
libvlc_la_DEPENDENCIES = stamp-builtins
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment