Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
80ee9c71
Commit
80ee9c71
authored
Jul 17, 2005
by
Rocky Bernstein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Require libcdio 0.72.
parent
bad2afb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
configure.ac
configure.ac
+4
-7
No files found.
configure.ac
View file @
80ee9c71
...
@@ -1635,10 +1635,10 @@ have_libcdio=no
...
@@ -1635,10 +1635,10 @@ have_libcdio=no
have_libvcdinfo=no
have_libvcdinfo=no
if test "${enable_libcdio}" != "no"
if test "${enable_libcdio}" != "no"
then
then
PKG_CHECK_MODULES(LIBCDIO, libcdio >= 0.7
1
,
PKG_CHECK_MODULES(LIBCDIO, libcdio >= 0.7
2
,
have_libcdio=yes
have_libcdio=yes
AC_DEFINE(HAVE_LIBCDIO, [],
AC_DEFINE(HAVE_LIBCDIO, [],
[Define if you have libcdio 0.7
1
or greater installed]),
[Define if you have libcdio 0.7
2
or greater installed]),
[AC_MSG_WARN(CD Reading and information library not found)])
[AC_MSG_WARN(CD Reading and information library not found)])
PKG_CHECK_MODULES(VCDINFO, libvcdinfo >= 0.7.21,
PKG_CHECK_MODULES(VCDINFO, libvcdinfo >= 0.7.21,
...
@@ -1662,12 +1662,9 @@ then
...
@@ -1662,12 +1662,9 @@ then
if test "$have_libcdio" = "yes"
if test "$have_libcdio" = "yes"
then
then
AC_DEFINE(HAVE_CDDAX, [], [Define for the audio CD plugin using libcdio])
AC_DEFINE(HAVE_CDDAX, [], [Define for the audio CD plugin using libcdio])
VLC_ADD_LDFLAGS([cddax],[$LIBCDIO_LIBS $LIBCDIO_PARANOIA_LIBS])
VLC_ADD_LDFLAGS([cddax],[$LIBCDIO_LIBS $LIBCDIO_
CDDA_LIBS $LIBCDIO_
PARANOIA_LIBS])
VLC_ADD_CFLAGS([cddax],[$LIBCDIO_CFLAGS])
VLC_ADD_CFLAGS([cddax],[$LIBCDIO_CFLAGS])
VLC_ADD_PLUGINS([cddax])
VLC_ADD_PLUGINS([cddax])
PKG_CHECK_MODULES(LIBCDIO_PARANOIA, libcdio_paranoia >= 0.72, [
VLC_ADD_LDFLAGS([cddax],[$LIBCDIO_CDDA_LIBS $LIBCDIO_PARANOIA_LIBS])],
AC_MSG_WARN([CD Paranoia support disabled because no libcdio >= 0.72 found]))
else
else
AC_MSG_WARN([cddax plugin disabled because ok libcdio library not found or disabled])
AC_MSG_WARN([cddax plugin disabled because ok libcdio library not found or disabled])
HAVE_CDDAX=no
HAVE_CDDAX=no
...
@@ -1700,7 +1697,7 @@ then
...
@@ -1700,7 +1697,7 @@ then
HAVE_VCDX=no
HAVE_VCDX=no
fi
fi
PKG_CHECK_MODULES(LIBCDIO, libiso9660 >= 0.7
1
,
PKG_CHECK_MODULES(LIBCDIO, libiso9660 >= 0.7
2
,
[VLC_ADD_LDFLAGS([vcdx],[$LIBISO9660_LIBS])
[VLC_ADD_LDFLAGS([vcdx],[$LIBISO9660_LIBS])
VLC_ADD_CFLAGS([vcdx],[$LIBISO9660_CFLAGS])],
VLC_ADD_CFLAGS([vcdx],[$LIBISO9660_CFLAGS])],
[AC_MSG_WARN([vcdx plugin disabled because ok libiso9660 library not found])
[AC_MSG_WARN([vcdx plugin disabled because ok libiso9660 library not found])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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