summaryrefslogtreecommitdiff
path: root/plugins/vorbis/Makefile.am
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-11 12:32:56 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-11 12:32:56 +0200
commit8656f1505909fbbaae763f0aed28cad27b8d2c9d (patch)
tree8343f53efde7011d8a1d0590d0ca5a2b25c38986 /plugins/vorbis/Makefile.am
parent34be7bcb9bb05dae425db55583afdafa0ce1e539 (diff)
changed --enable to --disable for plugins in configure
Diffstat (limited to 'plugins/vorbis/Makefile.am')
-rw-r--r--plugins/vorbis/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/vorbis/Makefile.am b/plugins/vorbis/Makefile.am
index a316d3b3..b4da3fd5 100644
--- a/plugins/vorbis/Makefile.am
+++ b/plugins/vorbis/Makefile.am
@@ -1,5 +1,3 @@
-if HAVE_VORBISFILE
-if HAVE_VORBIS
vorbisdir = $(libdir)/$(PACKAGE)
pkglib_LTLIBRARIES = vorbis.la
vorbis_la_SOURCES = vorbis.c vcedit.c vcedit.h vceditaux.h i18n.h
@@ -7,5 +5,3 @@ vorbis_la_LDFLAGS = -module
vorbis_la_LIBADD = $(LDADD) $(VORBIS_LIBS) -lc
AM_CFLAGS = $(CFLAGS) -std=c99
-endif
-endif