Age | Commit message (Collapse) | Author |
|
|
|
CVS patchset: 5425
CVS date: 2003/10/02 19:30:30
|
|
CVS patchset: 5287
CVS date: 2003/08/13 18:09:52
|
|
now works for libtool-1.4.x and libtool-1.5.
Changed the commands for building the assembly files in libw32dll to
match that suggested by Chris Rankin <rankincj@yahoo.com>.
CVS patchset: 5203
CVS date: 2003/07/20 20:48:40
|
|
CVS patchset: 5097
CVS date: 2003/06/25 14:32:39
|
|
CVS patchset: 5081
CVS date: 2003/06/21 11:26:51
|
|
CVS patchset: 5046
CVS date: 2003/06/14 23:34:46
|
|
wrong order, when doing a "make debug" from outside src/libw32dll/wine
(DEBUG_CFLAGS is set in src/libw32dll/wine's Makefile, but the CFLAGS given on
the command line take precedence, therefore WIN32_PATH would be undefined)
I hope I have not broken wine stuff. (Yes, the warning is frightening me...)
I have checked using some Windows DLLs and the Quicktime SVQ3 DLL and they
worked fine. Could everyone double check, if the win32-DLLs still work?
CVS patchset: 4864
CVS date: 2003/05/16 11:34:37
|
|
CVS patchset: 4850
CVS date: 2003/05/15 14:07:28
|
|
CVS patchset: 4848
CVS date: 2003/05/15 08:21:15
|
|
extracted some common targets and variables into a common Makefile
which is then included
CVS patchset: 4844
CVS date: 2003/05/14 16:21:44
|
|
this issue was discussed several times on xine-devel.
nevertheless storri reintroduced the bug ten days ago.
CVS patchset: 4126
CVS date: 2003/02/10 21:42:18
|
|
makefile variable.
- Cleaned up Makefile.am (wine, goom, libxinevdec)
- Cleaned up compiler warnings (libfaad)
- Cleaned up header includes (libfaad, libdha)
CVS patchset: 4053
CVS date: 2003/01/31 01:20:24
|
|
CVS patchset: 3671
CVS date: 2002/12/24 17:05:05
|
|
CVS patchset: 3670
CVS date: 2002/12/24 16:54:33
|
|
CVS patchset: 3580
CVS date: 2002/12/18 04:00:45
|
|
- 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: 2712
CVS date: 2002/09/19 21:39:45
|
|
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
|
|
now, so check and report, thanks.
CVS patchset: 1629
CVS date: 2002/03/24 23:31:56
|
|
CVS patchset: 1362
CVS date: 2002/01/07 12:19:46
|
|
CVS patchset: 1360
CVS date: 2002/01/07 02:17:10
|
|
- dynamic buffers fixes a lot of audio problems
CVS patchset: 974
CVS date: 2001/11/07 02:15:24
|
|
work any more.
CVS patchset: 832
CVS date: 2001/10/18 15:01:54
|
|
Nuked BUILD_LIB_STATIC.
Changed some architecture dependend code to feature dependend code.
Autoconf'ing CD / DVD ioctl() support.
CVS patchset: 288
CVS date: 2001/07/16 19:36:00
|
|
in libw32dll/wine.
CVS patchset: 264
CVS date: 2001/07/10 21:07:55
|
|
CVS patchset: 255
CVS date: 2001/07/05 21:42:29
|
|
attribute mismatches between function prototypes and function definitions.
Such a __stdcall mismatch can corrupt the cpu's stack, because both the
caller and the callee clean up function parameter from the stack (or none
of them removes the function parameters)
wine/* should be less sensitive to optimzation options due to this change.
CVS patchset: 245
CVS date: 2001/07/04 14:05:09
|
|
Xv output
CVS patchset: 228
CVS date: 2001/06/24 22:20:25
|
|
CVS patchset: 211
CVS date: 2001/06/21 17:34:23
|
|
CVS patchset: 151
CVS date: 2001/06/10 02:43:39
|
|
CVS patchset: 137
CVS date: 2001/06/09 18:40:41
|
|
CVS patchset: 1
CVS date: 2001/04/18 22:33:39
|