Commit 1a80449a authored by Gildas Bazin's avatar Gildas Bazin

* configure.ac: get rid of the oggpackB_read check in libogg because we don't use it anymore.
parent 7369bb2a
dnl Autoconf settings for vlc dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.116 2003/11/22 17:03:57 fenrir Exp $ dnl $Id: configure.ac,v 1.117 2003/11/22 18:11:22 gbazin Exp $
AC_INIT(vlc,0.6.3-cvs) AC_INIT(vlc,0.6.3-cvs)
...@@ -1608,8 +1608,6 @@ if test "${enable_ogg}" != "no" ...@@ -1608,8 +1608,6 @@ if test "${enable_ogg}" != "no"
then then
AC_CHECK_HEADERS(ogg/ogg.h, [ AC_CHECK_HEADERS(ogg/ogg.h, [
AC_CHECK_LIB( ogg, oggpack_read, [ AC_CHECK_LIB( ogg, oggpack_read, [
AC_CHECK_LIB( ogg, oggpackB_read, [
AX_ADD_CPPFLAGS([ogg],[-DHAVE_OGGPACKB])])
AX_ADD_PLUGINS([ogg mux_ogg]) AX_ADD_PLUGINS([ogg mux_ogg])
AX_ADD_LDFLAGS([ogg mux_ogg],[-logg])]) AX_ADD_LDFLAGS([ogg mux_ogg],[-logg])])
],[]) ],[])
......
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