Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
6bc65afd
Commit
6bc65afd
authored
Dec 08, 2004
by
Rocky Bernstein
Browse files
Up requirements on libcdio, libcddb (and will also later add vcdimager).
parent
3b8f14f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
6bc65afd
...
...
@@ -1541,7 +1541,7 @@ AC_ARG_ENABLE(cddax,
if test "${enable_cddax}" != "no"
then
PKG_CHECK_MODULES(LIBCDIO, libcdio >= 0.7
0
,
PKG_CHECK_MODULES(LIBCDIO, libcdio >= 0.7
1
,
[enable_cddax="no"
AC_DEFINE(HAVE_CDDAX, [], [Define for the CD-DA plugin using libcdio])
VLC_ADD_LDFLAGS([cddax],[$LIBCDIO_LIBS])
...
...
@@ -1551,7 +1551,7 @@ then
HAVE_CDDAX=no])
if test "$enable_libcddb" != "no"; then
PKG_CHECK_MODULES(LIBCDDB, libcddb >= 0.9.
4
, [
PKG_CHECK_MODULES(LIBCDDB, libcddb >= 0.9.
5
, [
HAVE_LIBCDDB=yes
AC_DEFINE(HAVE_LIBCDDB, [], [Define this if you have libcddb installed])
VLC_ADD_LDFLAGS([cddax],[$LIBCDDB_LIBS])
...
...
@@ -1563,7 +1563,7 @@ then
dnl if test "${enable_vcdx}" != "no"
dnl then
dnl PKG_CHECK_MODULES(VCDINFO, libvcdinfo >= 0.7.2
0
,
dnl PKG_CHECK_MODULES(VCDINFO, libvcdinfo >= 0.7.2
1
,
dnl [enable_vcd="no"
dnl AC_DEFINE(HAVE_VCDX, [],
dnl [Define for the VCD plugin using libcdio/libvcdinfo])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment