diff options
| author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-10-25 00:49:11 +0000 |
|---|---|---|
| committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-10-25 00:49:11 +0000 |
| commit | 4a6b8c82dc6fc82c6ac0ab2bf4d67aa1338f4a5b (patch) | |
| tree | b5aa54e36a5aba5ff4acd4d894a7f90f3ed3c64b /src/video_out | |
| parent | caddea947fb61227668c86128beb6be03f5da711 (diff) | |
| download | xine-lib-4a6b8c82dc6fc82c6ac0ab2bf4d67aa1338f4a5b.tar.gz xine-lib-4a6b8c82dc6fc82c6ac0ab2bf4d67aa1338f4a5b.tar.bz2 | |
use relchk.sh use relchk.sh use relchk.sh
fix "make dist". Now tarball is complete.
don't expect people have doc formatting tools (check for sgmltools
and fig2dev).
rename the spaced name file in win32 (Tim, can you check if i didn't break
anything please ?).
CVS patchset: 5589
CVS date: 2003/10/25 00:49:11
Diffstat (limited to 'src/video_out')
| -rw-r--r-- | src/video_out/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index 48333bd83..0f5936412 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/misc/Makefile.common SUBDIRS = libdha vidix -EXTRA_DIST = video_out_directfb.c video_out_opengl.c +EXTRA_DIST = video_out_directfb.c video_out_opengl.c video_out_directx.c VIDIX_CFLAGS = -I$(top_builddir)/src/video_out/vidix \ -I$(top_srcdir)/src/video_out/vidix @@ -132,4 +132,5 @@ xineplug_vo_out_stk_la_SOURCES = alphablend.c video_out_stk.c xineplug_vo_out_stk_la_LIBADD = $(LIBSTK_LIBS) xineplug_vo_out_stk_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -noinst_HEADERS = alphablend.h deinterlace.h video_out_syncfb.h yuv2rgb.h +noinst_HEADERS = alphablend.h deinterlace.h video_out_syncfb.h \ + yuv2rgb.h video_out_win32.h |
