summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2002-05-28 00:16:23 +0000
committerMike Melanson <mike@multimedia.cx>2002-05-28 00:16:23 +0000
commit4d58d6e252023c1e3604f21efa91b6f834661f31 (patch)
tree58bdf61f996a94b44f0eb54093a9a2a1506ff088 /src/Makefile.am
parent6d1f8cd3de365e5b3d78d1b817cc295ee3933036 (diff)
downloadxine-lib-4d58d6e252023c1e3604f21efa91b6f834661f31.tar.gz
xine-lib-4d58d6e252023c1e3604f21efa91b6f834661f31.tar.bz2
added new directory for audio decoders native to the xine codebase, and
added first audio decoder for that directory: RoQ audio CVS patchset: 1958 CVS date: 2002/05/28 00:16:23
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a6df395a7..2c2c91ebb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,8 @@
SUBDIRS = xine-utils xine-engine audio_out video_out dxr3 input libmpeg2 libspudec demuxers \
liba52 libffmpeg liblpcm libw32dll libmad libdts \
- libvorbis libdivx4 libsputext libspucc libxvid libxinevdec
+ libvorbis libdivx4 libsputext libspucc libxvid libxinevdec \
+ libxineadec
debug:
@list='$(SUBDIRS)'; for subdir in $$list; do \