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. --- a52/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 a52/Makefile.am (limited to 'a52/Makefile.am') diff --git a/a52/Makefile.am b/a52/Makefile.am new file mode 100644 index 0000000..4021496 --- /dev/null +++ b/a52/Makefile.am @@ -0,0 +1,9 @@ +asound_module_pcm_a52_LTLIBRARIES = libasound_module_pcm_a52.la + +asound_module_pcm_a52dir = $(libdir)/alsa-lib + +AM_CFLAGS = -Wall -g @ALSA_CFLAGS@ @AVCODEC_CFLAGS@ +AM_LDFLAGS = -module -avoid-version -export-dynamic + +libasound_module_pcm_a52_la_SOURCES = pcm_a52.c +libasound_module_pcm_a52_la_LIBADD = @ALSA_LIBS@ @AVCODEC_LIBS@ -- cgit