diff options
| author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-10-27 01:52:15 +0000 |
|---|---|---|
| committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-10-27 01:52:15 +0000 |
| commit | b7dd962b658dd71ac94dda89110140bfd3dd63d2 (patch) | |
| tree | 104f69f94383c1014b446f8a8f1ca6429d9b12b5 /src/Makefile.am | |
| parent | 01fe9e47e5c03c959dd0428d439db3cc74e5a741 (diff) | |
| download | xine-lib-b7dd962b658dd71ac94dda89110140bfd3dd63d2.tar.gz xine-lib-b7dd962b658dd71ac94dda89110140bfd3dd63d2.tar.bz2 | |
return of ogg and vorbis, began implementing verbosity parameter
CVS patchset: 3034
CVS date: 2002/10/27 01:52:15
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 83e44da2c..b7f97f5fa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -40,7 +40,8 @@ SUBDIRS = \ libw32dll \ liblpcm \ libxinevdec \ - libxineadec + libxineadec \ + libvorbis debug: @list='$(SUBDIRS)'; for subdir in $$list; do \ |
