Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
13cdc9a9
Commit
13cdc9a9
authored
Sep 01, 2011
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure.ac: auto-detect libmad without pkg-config
The pkg-config file was added by the Debian package maintainers, and unfortunately, the rest of the world doesn't have it.
parent
a1b88064
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
NEWS
NEWS
+1
-0
configure.ac
configure.ac
+2
-1
No files found.
NEWS
View file @
13cdc9a9
ver 0.16.4 (2011/??/??)
ver 0.16.4 (2011/??/??)
* don't abort configure when avahi is not found
* don't abort configure when avahi is not found
* auto-detect libmad without pkg-config
* fix memory leaks
* fix memory leaks
* don't resume playback when seeking to another song while paused
* don't resume playback when seeking to another song while paused
* apply follow_inside_symlinks to absolute symlinks
* apply follow_inside_symlinks to absolute symlinks
...
...
configure.ac
View file @
13cdc9a9
...
@@ -799,7 +799,8 @@ if test x$enable_gme = xyes; then
...
@@ -799,7 +799,8 @@ if test x$enable_gme = xyes; then
fi
fi
dnl ---------------------------------- libmad ---------------------------------
dnl ---------------------------------- libmad ---------------------------------
MPD_AUTO_PKG(mad, MAD, [mad],
MPD_AUTO_PKG_LIB(mad, MAD, [mad],
mad, mad_stream_init, [-lmad], [],
[libmad MP3 decoder plugin], [libmad not found])
[libmad MP3 decoder plugin], [libmad not found])
if test x$enable_mad = xyes; then
if test x$enable_mad = xyes; then
AC_DEFINE(HAVE_MAD, 1, [Define to use libmad])
AC_DEFINE(HAVE_MAD, 1, [Define to use libmad])
...
...
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