diff options
| author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-08-04 20:14:53 +0000 |
|---|---|---|
| committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-08-04 20:14:53 +0000 |
| commit | c439bd86bfb8bd7631959e0564061933ccfaa73e (patch) | |
| tree | e906485f640e21b3eb04fd7b2a62c7dcbc7be65d /src/Makefile.am | |
| parent | e73ba6a14235e5da00f3fff8e53e5274ed869468 (diff) | |
| download | xine-lib-c439bd86bfb8bd7631959e0564061933ccfaa73e.tar.gz xine-lib-c439bd86bfb8bd7631959e0564061933ccfaa73e.tar.bz2 | |
LPCM audio decoder plugin contributed by Gert Vervoort
CVS patchset: 382
CVS date: 2001/08/04 20:14:53
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e3d17ac45..c452cb82c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = audio_out video_out dxr3 input libmpeg2 libspudec demuxers \ - libac3 libmpg123 libw32dll xine-engine + libac3 libmpg123 liblpcm libw32dll xine-engine debug: @list='$(SUBDIRS)'; for subdir in $$list; do \ |
