[vlc-devel] Re: problem when compiling svn revision 9029 with matroska support. [SOLVED]
Philippe Van Hecke
philippe.vanhecke at belnet.be
Sat Oct 23 01:35:40 CEST 2004
It seem that the configure.ac is not correct and replacing
AC_CHECK_HEADERS(sysfs/libsysfs.h, [
VLC_ADD_LDFLAGS([mp4],[-lsysfs])
by
AC_CHECK_HEADERS(sysfs/libsysfs.h, [
VLC_ADD_LDFLAGS([mp4 mkv],[-lsysfs])
resolved the problem.
Regards,
LePhiloux.
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list