summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2006-04-06 17:53:07 +0200
committerTakashi Iwai <tiwai@suse.de>2006-04-06 17:53:07 +0200
commit2559a56209c6729574b8cb16c5be63e1cc2f1c04 (patch)
tree054f6917bb3add9e6e34742fbc3c4f2807055d59 /Makefile.am
parentbc0c2843db4dea70251e8c5b4a9272ce40caa7f2 (diff)
Add a52 output plugin
Added (experimental) a52 output plugin. The plugin requires libavcodec as the audio encoding engine. See doc/a52.txt for the usage.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6b9e37a..f33191d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,8 +7,11 @@ endif
if HAVE_SAMPLERATE
SAMPLERATEDIR = rate
endif
+if HAVE_AVCODEC
+A52DIR = a52
+endif
-SUBDIRS = oss mix $(JACKDIR) $(POLYPDIR) $(SAMPLERATEDIR) doc
+SUBDIRS = oss mix $(JACKDIR) $(POLYPDIR) $(SAMPLERATEDIR) $(A52DIR) doc
EXTRA_DIST = cvscompile version COPYING.GPL
AUTOMAKE_OPTIONS = foreign