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
b6c8de6e
Commit
b6c8de6e
authored
Apr 17, 2010
by
Avuton Olrich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure.ac: Move tremor/oggflac test under oggflac.
parent
21f5ed4a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
configure.ac
configure.ac
+6
-4
No files found.
configure.ac
View file @
b6c8de6e
...
@@ -1069,10 +1069,6 @@ fi
...
@@ -1069,10 +1069,6 @@ fi
if test x$use_tremor = xyes; then
if test x$use_tremor = xyes; then
AC_DEFINE(HAVE_TREMOR,1,
AC_DEFINE(HAVE_TREMOR,1,
[Define to use tremor (libvorbisidec) for ogg support])
[Define to use tremor (libvorbisidec) for ogg support])
if test x$enable_oggflac = xyes; then
AC_MSG_WARN([disabling OggFLAC support because it is incompatible with tremor])
enable_oggflac=no
fi
fi
fi
AC_SUBST(TREMOR_CFLAGS)
AC_SUBST(TREMOR_CFLAGS)
...
@@ -1080,6 +1076,12 @@ AC_SUBST(TREMOR_LIBS)
...
@@ -1080,6 +1076,12 @@ AC_SUBST(TREMOR_LIBS)
dnl --------------------------------- OggFLAC ---------------------------------
dnl --------------------------------- OggFLAC ---------------------------------
dnl OggFLAC must go after Ogg Tremor
dnl OggFLAC must go after Ogg Tremor
if test x$use_tremor = xyes -a test $xenable_oggflac = yes; then
AC_MSG_WARN([disabling OggFLAC support because it is incompatible with tremor])
enable_oggflac=no
fi
if test x$enable_oggflac = xyes; then
if test x$enable_oggflac = xyes; then
oldmpdcflags="$MPD_CFLAGS"
oldmpdcflags="$MPD_CFLAGS"
oldmpdlibs="$MPD_LIBS"
oldmpdlibs="$MPD_LIBS"
...
...
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