Age | Commit message (Collapse) | Author |
|
will build all dependent parts (e.g. libxine.la). The directory must still
be prepared by running autogen.sh.
CVS patchset: 3331
CVS date: 2002/11/22 05:25:14
|
|
CVS patchset: 3198
CVS date: 2002/11/07 04:08:14
|
|
CVS patchset: 3160
CVS date: 2002/11/02 23:45:47
|
|
to get a minimal dynamic linker symbol table
CVS patchset: 3073
CVS date: 2002/10/28 13:30:58
|
|
- time to cleanup demuxer mess... no more pthread stuff on any demuxer.
of course i haven't tested all demuxers, but they at least compile.
(sorry Mike, we will need to move a few variables around to make most of
your demuxers work again - not big deal i think)
- make api more consistent by providing xine_open/xine_close
and xine_start/xine_stop.
CVS patchset: 3058
CVS date: 2002/10/28 03:24:42
|
|
CVS patchset: 3045
CVS date: 2002/10/27 18:00:29
|
|
CVS patchset: 3040
CVS date: 2002/10/27 04:32:41
|
|
CVS patchset: 3038
CVS date: 2002/10/27 03:31:44
|
|
CVS patchset: 3034
CVS date: 2002/10/27 01:52:15
|
|
CVS patchset: 3033
CVS date: 2002/10/27 00:27:26
|
|
CVS patchset: 2958
CVS date: 2002/10/23 10:08:48
|
|
CVS patchset: 2955
CVS date: 2002/10/23 04:21:17
|
|
AC_CFLAGS variable of their Makefile.am for the directory.
CVS patchset: 2943
CVS date: 2002/10/22 23:50:15
|
|
CVS patchset: 2891
CVS date: 2002/10/20 21:15:07
|
|
CVS patchset: 2870
CVS date: 2002/10/20 02:20:13
|
|
CVS patchset: 2846
CVS date: 2002/10/18 07:13:10
|
|
CVS patchset: 2828
CVS date: 2002/10/14 15:46:48
|
|
- OpenGL header GL/gl.h is checked to see if its exists with wrong
header name (GL/GL.h). Test failed despite the file required by
src/video_out/video_out_opengl.c was GL/gl.h
- Ascii-Art library version incorrect. Required version is 1.4
(contains aalib-config)
m4/aa.m4:
- Changed aalib version to 1.4
src/audio_out/Makefile.am:
src/demuxers/Makefile.am:
src/dxr3/Makefile.am:
src/input/Makefile.am:
src/input/libdvdnav/Makefile.am:
src/input/libdvdread/Makefile.am:
src/libffmpeg/libavcodec/Makefile.am:
src/libffmpeg/libavcodec/i386/Makefile.am:
src/libffmpeg/libavcodec/mlib/Makefile.am:
src/libmad/Makefile.am:
src/libmpeg2/Makefile.am:
src/libvorbis/Makefile.am:
src/libw32dll/Makefile.am:
src/libw32dll/wine/Makefile.am:
src/libxineadec/Makefile.am:
src/libxvid/Makefile.am:
src/video_out/Makefile.am:
src/video_out/libdha/Makefile.am:
src/video_out/vidix/Makefile.am:
src/xine-engine/Makefile.am:
src/xine-utils/Makefile.am:
- Removed @CFLAGS@ from all AM_CFLAGS. @CFLAGS@ are added in Makefile.in.
Adding it here was redundant. Thanks to Mike and others for pointing this
out.
CVS patchset: 2805
CVS date: 2002/10/09 05:13:38
|
|
CVS patchset: 2790
CVS date: 2002/10/06 00:47:51
|
|
CVS patchset: 2781
CVS date: 2002/10/04 05:05:57
|
|
libraries:
lib_LTLIBRARIES = \
libA.la \
libC.la \
libD.la
# libB.la
Do NOT do:
lib_LTLIBRARIES = \
libA.la \
# libB.la \
libC.la \
libD.la
Commenting out libraries in this way automake appears to get confused. It
does not look at this like a compiler does. It will notice that this is
a comment but it seems to process the '\'. So it will complain about the
Makefile.am variables for libC.la and libD.la (e.g. libC_la_SOURCES) as
being unused.
CVS patchset: 2765
CVS date: 2002/10/01 03:21:19
|
|
CVS patchset: 2763
CVS date: 2002/09/30 14:46:09
|
|
CVS patchset: 2735
CVS date: 2002/09/21 20:27:02
|
|
CVS patchset: 2734
CVS date: 2002/09/21 19:47:11
|
|
CVS patchset: 2733
CVS date: 2002/09/21 19:18:37
|
|
spec
CVS patchset: 2730
CVS date: 2002/09/21 18:18:45
|
|
CVS patchset: 2729
CVS date: 2002/09/21 17:22:21
|
|
Replaced configure.in with configure.ac
Remove acconfig.h (Unnecessary with autoconf 2.52 or above)
Updated configure.ac to remove deprecated macros, upgraded
AC_DEFINE to include comments, merged in acconfig.h.
Combined libxine and libxineutils into one library. libxineutils
is created but not installed. Its statically linked into libxine.
Advanced libxine version from 0.2.0 to 1.0.0
Removed references for skins.
Plugins now installed to <libdir>/xine/plugins/$XINE_MAJOR.$XINE_MORE.
$XINE_SUB
Xine-config updated for new location of plugins
Sorted file lists in Makefile.am to make them more readable.
TODO: remove skins references from xine-config
CVS patchset: 2705
CVS date: 2002/09/19 06:01:18
|
|
Disable OGG/VORBIS etc. until ./cvscompile.sh works.
Problem is that ./cvscompile.sh responds with OGG/VORBIS not present every time.
CVS patchset: 2683
CVS date: 2002/09/18 06:52:10
|
|
CVS patchset: 2680
CVS date: 2002/09/18 00:51:33
|
|
vorbis streams embedded in ogg
CVS patchset: 2468
CVS date: 2002/08/17 02:26:50
|
|
CVS patchset: 2452
CVS date: 2002/08/14 02:46:22
|
|
CVS patchset: 2442
CVS date: 2002/08/12 03:56:12
|
|
CVS patchset: 2437
CVS date: 2002/08/12 00:14:58
|
|
CVS patchset: 2426
CVS date: 2002/08/10 20:58:44
|
|
CVS patchset: 2371
CVS date: 2002/07/31 06:12:25
|
|
CVS patchset: 2370
CVS date: 2002/07/31 06:04:53
|
|
CVS patchset: 2225
CVS date: 2002/07/07 01:24:40
|
|
CVS patchset: 1954
CVS date: 2002/05/27 21:16:05
|
|
CVS patchset: 1946
CVS date: 2002/05/27 07:32:36
|
|
CVS patchset: 1745
CVS date: 2002/04/20 14:02:45
|
|
now, so check and report, thanks.
CVS patchset: 1629
CVS date: 2002/03/24 23:31:56
|
|
CVS patchset: 1182
CVS date: 2001/12/08 13:48:26
|
|
CVS patchset: 1172
CVS date: 2001/12/06 23:53:20
|
|
CVS patchset: 1074
CVS date: 2001/11/19 02:45:38
|
|
CVS patchset: 875
CVS date: 2001/10/24 13:45:27
|
|
CVS patchset: 859
CVS date: 2001/10/22 21:34:54
|
|
CVS patchset: 852
CVS date: 2001/10/22 00:52:09
|
|
CVS patchset: 792
CVS date: 2001/10/14 00:18:27
|
|
up the ogg/vorbis check (overriding $LIBS is gone now).
CVS patchset: 771
CVS date: 2001/10/08 21:52:09
|