summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorEwald Snel <esnel@users.sourceforge.net>2002-04-30 08:28:09 +0000
committerEwald Snel <esnel@users.sourceforge.net>2002-04-30 08:28:09 +0000
commitd89b9f666c9a13affba7c24c4d82833947abeda0 (patch)
tree807e61cee37b30ba212b8bf049931c59b682f4cb /src/Makefile.am
parent1b568a8bfd7e9d68f14296fc68d38cde45c3fd49 (diff)
downloadxine-lib-d89b9f666c9a13affba7c24c4d82833947abeda0.tar.gz
xine-lib-d89b9f666c9a13affba7c24c4d82833947abeda0.tar.bz2
Add libxinevdec video decoders
- Cinepak decoder moved into this directory - New Creative YUV (CYUV) decoder by Mike Melanson - New Microsoft Video-1 (msvc) decoder by Ewald Snel CVS patchset: 1813 CVS date: 2002/04/30 08:28:09
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index cbf57e019..a6df395a7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
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 libcinepak
+ libvorbis libdivx4 libsputext libspucc libxvid libxinevdec
debug:
@list='$(SUBDIRS)'; for subdir in $$list; do \