diff options
author | Max Kellermann <max@duempel.org> | 2014-11-21 22:19:57 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-11-21 22:19:57 +0100 |
commit | b3f5b4932c360efef696f7db112766c63b1de389 (patch) | |
tree | d0532376ef025570b4d31bcd13e3b589b9dae5b4 /src/ls.cxx | |
parent | b3f5f2f75f7c982659b17730a95db992ed64f413 (diff) |
configure.ac: add macro MPD_ENABLE_AUTO_PKG
Simplify the definition of many build options.
Diffstat (limited to 'src/ls.cxx')
-rw-r--r-- | src/ls.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ls.cxx b/src/ls.cxx index 96c9f60e5..4e8fc88ab 100644 --- a/src/ls.cxx +++ b/src/ls.cxx @@ -41,7 +41,7 @@ static const char *remoteUrlPrefixes[] = { "mmst://", "mmsu://", #endif -#ifdef HAVE_FFMPEG +#ifdef ENABLE_FFMPEG "gopher://", "rtp://", "rtsp://", @@ -61,7 +61,7 @@ static const char *remoteUrlPrefixes[] = { #ifdef ENABLE_DESPOTIFY "spt://", #endif -#ifdef HAVE_ALSA +#ifdef ENABLE_ALSA "alsa://", #endif NULL |