summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-09-12 19:50:41 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-09-12 19:50:41 +0000
commit131676c0f80f073a2f6cd9d4660fe58affb55f46 (patch)
tree5a9f44803dc7e5361f0aa5e72e5b927fb11f5577 /src/Makefile.am
parent351db40c64b02835f48bb299295c49deac775997 (diff)
downloadxine-lib-131676c0f80f073a2f6cd9d4660fe58affb55f46.tar.gz
xine-lib-131676c0f80f073a2f6cd9d4660fe58affb55f46.tar.bz2
adding still picture support (needed to implement menus) based on Rich's work
CVS patchset: 625 CVS date: 2001/09/12 19:50:41
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 2f7bfc01f..df56389cc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
SUBDIRS = audio_out video_out dxr3 input libmpeg2 libspudec demuxers \
- liba52 libffmpeg liblpcm libw32dll libmad xine-engine libdts
+ liba52 libffmpeg liblpcm libw32dll libmad xine-engine libdts libvfill
debug:
@list='$(SUBDIRS)'; for subdir in $$list; do \