Age | Commit message (Collapse) | Author |
|
AC_TRY_COMPILE ensure that second call is wrapped in brackets ([ ACE_TRY_COMPILE ...]). Apparently without them autoheader and automake get confused. Replaced the AC_LANG_CPLUSPLUS, AC_LANG_SAVE and AC_LANG_RESTORE with the recommended calls of AC_LANG_PUSH(C++) and AC_LANG_POP([C++]). Let me know if the last two things cause problems. I can revert this change.
CVS patchset: 6842
CVS date: 2004/07/24 02:35:47
|
|
#992824)
CVS patchset: 6840
CVS date: 2004/07/23 12:42:14
|
|
CVS patchset: 6478
CVS date: 2004/05/02 19:49:52
|
|
CVS patchset: 6217
CVS date: 2004/03/05 16:34:32
|
|
because linux/compiler.h defines inline already
CVS patchset: 6132
CVS date: 2004/02/12 17:59:02
|
|
CVS patchset: 5995
CVS date: 2004/01/04 20:30:20
|
|
"inline __attribute__ ((__always_inline__))" should have the same effect,
but my gcc 3.3.1 emits much fewer warnings with the latter
(That is because static inline functions for example in ffmpeg are implemented
in the header, but not used in every file that includes this header. Now
gcc reports unused static functions with a "defined but not used" warning
unless they are static inline. The former define would have dropped the inline
and therefore triggers those warnings.)
CVS patchset: 5749
CVS date: 2003/11/16 15:31:05
|
|
encoder lib is found is not true any longer -> we have libavcodec's encoder now
CVS patchset: 4991
CVS date: 2003/05/31 10:44:27
|
|
CVS patchset: 4913
CVS date: 2003/05/23 20:12:42
|
|
because it is not entirely free; therefore we include the em8300.h header in our
tree, because this is the only thing we need
Please note that the dxr3 plugins will now be built for everyone unless you
specify --disable-dxr3. But this should be no problem, since they detect dxr3
presence at runtime.
CVS patchset: 3866
CVS date: 2003/01/11 11:18:00
|
|
CVS patchset: 3573
CVS date: 2002/12/17 16:40:24
|
|
acceptable for an xine-lib compilation.
xine-lib needs a msgfmt with working "plural forms", and GNU gettext 0.10.35
cannot compile them.
- Add an ugly hack for libtool failures on solaris, when GNU CC is used with
the system's linker /usr/ccs/bin/ld
For some obscure reason, with this combination libtool prefers to use the
linker to build shared libraries, but it does not link them against
libgcc.{a,so}. Many xine-plugins cannot be loaded with dlopen, because
some subroutine from -lgcc is missing.
Hack the generated libtool to use "gcc -shared -mimpure-text" to build
xine plugin modules.
CVS patchset: 3069
CVS date: 2002/10/28 13:12:08
|
|
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
|
|
CVS patchset: 2017
CVS date: 2002/06/04 22:37:53
|
|
actually work yet.
CVS patchset: 1519
CVS date: 2002/02/25 23:44:05
|
|
decoding if using the dxr3 decoder plugin, uses on-the-fly mpeg
encoding otherwise (provided encoding support is compiled in).
some remarks:
- dxr3enc is no more. I've added some transition code in loadplugins.c
(look for the IGNORE_DXR3ENC) to prevent loading a stale dxr3enc plugin
from a previous install and to print a message if someone tries to
run xine -V dxr3enc.
- small updates to configure.in and _xine.m4. Mostly about the messages,
no new checks or anything.
- both dxr3_vo_standard.c and dxr3_vo_encoder.c are no more. The one and
only dxr3 video out driver is aptly named dxr3_video_out.c
CVS patchset: 1256
CVS date: 2001/12/16 19:05:44
|
|
easy to split into core + fame + rte
- now official support for librte-0.4 (zapping.sf.net); updated configure
scripts, checks for librte added. Possible to compile both librte and libfame
support in at the same time, configuration via .xinerc.
- fixed YUY2 decoding, both for libfame and librte.
Note: unifying dxr3enc (non-mpeg) and dxr3 (mpeg) seems rather easy
right now. I think I'll wait with it for a bit, because perhaps the
dxr3-dvd fixes need major replumbing in the dxr3 vo driver (but I don't
expect that; all mpeg stuff is done in the dxr3 decoder plugin)
CVS patchset: 1220
CVS date: 2001/12/11 02:26:58
|
|
CVS patchset: 1119
CVS date: 2001/11/26 21:07:49
|
|
CVS patchset: 926
CVS date: 2001/11/01 15:31:34
|
|
up the ogg/vorbis check (overriding $LIBS is gone now).
CVS patchset: 771
CVS date: 2001/10/08 21:52:09
|
|
CVS patchset: 760
CVS date: 2001/10/07 20:10:45
|
|
it to front of the character class RE
CVS patchset: 687
CVS date: 2001/09/23 17:29:26
|
|
configure was looking for "ltmain.sh" in the current directory.
configure tries to find "ltmain.sh" in $srcdir now.
CVS patchset: 686
CVS date: 2001/09/23 15:28:09
|
|
Copying instead of linking missing GNU files now (cross-plattform development).
CVS patchset: 583
CVS date: 2001/09/06 17:12:37
|
|
Did some cosmetic stuff too.
CVS patchset: 347
CVS date: 2001/07/25 15:03:14
|
|
CVS patchset: 339
CVS date: 2001/07/24 15:02:05
|
|
Made the linux path accessible.
CVS patchset: 319
CVS date: 2001/07/22 10:58:32
|
|
Fix typo in input_dvd.c/input_vcd.c (HAVE_SYS_CDIO -> HAVE_SYS_CDIO_H)
CVS patchset: 290
CVS date: 2001/07/17 13:28:10
|
|
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
|
|
CVS patchset: 211
CVS date: 2001/06/21 17:34:23
|
|
Switch to libtool 1.4, 1.3.x are no more supported. Add a path for
automake, to use it with libtool 1.4.
CVS patchset: 183
CVS date: 2001/06/14 22:04:56
|
|
CVS patchset: 178
CVS date: 2001/06/14 11:39:39
|
|
CVS patchset: 155
CVS date: 2001/06/10 12:32:21
|
|
and set_property() to audio out. get_supported_modes removed, use
get_cap() instead. Change the way of capabilities, match like video_out
AO_CAP_* and AO_PROP_*. Fixed a small typo in demux_mpeg.c. Fixed
libmpg123 audio output callings arguments. Change the AO_MODE to AO_CAP_MODE
in all required locations.
CVS patchset: 69
CVS date: 2001/05/07 03:40:34
|
|
CVS patchset: 33
CVS date: 2001/04/27 00:47:54
|
|
CVS patchset: 1
CVS date: 2001/04/18 22:33:39
|