diff options
author | Mike Melanson <mike@multimedia.cx> | 2002-10-23 04:18:39 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2002-10-23 04:18:39 +0000 |
commit | 36864a5691ea315dda64dae2e034646024cdac41 (patch) | |
tree | f9d34922c4b372459c221ce503ee6198f1a239c7 | |
parent | d5a1ee2442dac0f9fa7f000c107e97a93f8f8f3f (diff) | |
download | xine-lib-36864a5691ea315dda64dae2e034646024cdac41.tar.gz xine-lib-36864a5691ea315dda64dae2e034646024cdac41.tar.bz2 |
reinstate the native audio and video decoders
CVS patchset: 2954
CVS date: 2002/10/23 04:18:39
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9daae3c64..f34afe541 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -36,7 +36,10 @@ SUBDIRS = \ liba52 \ libspudec \ libmad \ - libw32dll + libw32dll \ + liblpcm \ + libxinevdec \ + libxineadec debug: @list='$(SUBDIRS)'; for subdir in $$list; do \ |