From 2559a56209c6729574b8cb16c5be63e1cc2f1c04 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 6 Apr 2006 17:53:07 +0200 Subject: 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. --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit