summaryrefslogtreecommitdiff
path: root/plugins/mpgmad
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mpgmad')
-rw-r--r--plugins/mpgmad/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/mpgmad/Makefile.am b/plugins/mpgmad/Makefile.am
index 08abdf59..d3019db1 100644
--- a/plugins/mpgmad/Makefile.am
+++ b/plugins/mpgmad/Makefile.am
@@ -1,4 +1,3 @@
-if HAVE_LIBMAD
mpgmaddir = $(libdir)/$(PACKAGE)
pkglib_LTLIBRARIES = mpgmad.la
mpgmad_la_SOURCES = mpgmad.c
@@ -6,4 +5,3 @@ mpgmad_la_LDFLAGS = -module
mpgmad_la_LIBADD = $(LDADD) $(MAD_LIBS)
AM_CFLAGS = $(CFLAGS) -std=c99
-endif