diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-12-06 17:25:25 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-12-06 17:25:25 +0000 |
commit | 5187fea844287516942ef63737706b209f1a69fb (patch) | |
tree | 2fcc7cd2b7b8174003683ed8f8b353b3ca6408a3 | |
parent | da7327e77693ee7d7bdb5874ac0f0643f5d2dde4 (diff) | |
download | xine-lib-5187fea844287516942ef63737706b209f1a69fb.tar.gz xine-lib-5187fea844287516942ef63737706b209f1a69fb.tar.bz2 |
reenable spucc compilation
just keep the directories yet to be updated in the comment as a reminder
CVS patchset: 3443
CVS date: 2002/12/06 17:25:25
-rw-r--r-- | src/Makefile.am | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ed1ee4ab2..592bd4884 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,28 +1,8 @@ # Order is important be careful changing SUBDIRS #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 \ -# libxineadec \ -# libfaad +# libxvid SUBDIRS = \ xine-utils \ @@ -36,6 +16,7 @@ SUBDIRS = \ libmpeg2 \ liba52 \ libspudec \ + libspucc \ libdts \ libmad \ libw32dll \ |