diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-11-18 03:03:07 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-11-18 03:03:07 +0000 |
commit | 0ba9ed25f78cfca8600dedea68625b6ec2f8b411 (patch) | |
tree | c74724a30ce797069b56a8ad93dbc5803590142f /src/Makefile.am | |
parent | 13cce3095c34c7a39ff3bf33275126f91da64b8b (diff) | |
download | xine-lib-0ba9ed25f78cfca8600dedea68625b6ec2f8b411.tar.gz xine-lib-0ba9ed25f78cfca8600dedea68625b6ec2f8b411.tar.bz2 |
first steps towards a working real demuxer and using binary-only real codecs
CVS patchset: 3285
CVS date: 2002/11/18 03:03:07
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6d887a28b..4d9c4aec1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -42,7 +42,8 @@ SUBDIRS = \ liblpcm \ libxinevdec \ libxineadec \ - libvorbis + libvorbis \ + libreal debug: @list='$(SUBDIRS)'; for subdir in $$list; do \ |