Age | Commit message (Collapse) | Author |
|
than split in two. Check for GNU as (macro adapted from libtool's check for GNU ld), as for instance Apple's assembler is not going to compile the Win32 wrappers. When GNU as is not found and user hasn't requested win32 codecs support explicitely, skip over it; if user requested win32 codecs and GNU as is not found, bail out.
CVS patchset: 8740
CVS date: 2007/03/22 22:31:48
|
|
using hacksaround. Also replace the whole pthread check with an improved macro originally written for XCB, this way it's not going to try linking the fake -lpthread on Darwin, and it also does not force a -I/usr/local/include on FreeBSD. The new macro respects the same variables set by ports, so that it's even more transparent to FreeBSD users.
CVS patchset: 8739
CVS date: 2007/03/22 20:44:58
|
|
CVS patchset: 8495
CVS date: 2007/01/09 22:18:41
|
|
CVS patchset: 8251
CVS date: 2006/09/14 03:05:35
|
|
CVS patchset: 8248
CVS date: 2006/09/14 02:42:20
|
|
CVS patchset: 8247
CVS date: 2006/09/14 02:33:14
|
|
CVS patchset: 8245
CVS date: 2006/09/14 02:11:09
|
|
CVS patchset: 8237
CVS date: 2006/09/14 00:32:09
|
|
tests. To change the prefix, simply change the variables from outside or add the directory containing the .pc files to PKG_CONFIG_PATH environment variable.
CVS patchset: 8222
CVS date: 2006/09/12 00:06:05
|
|
CVS patchset: 8184
CVS date: 2006/08/30 23:03:56
|
|
CVS patchset: 8158
CVS date: 2006/08/02 23:27:26
|
|
is used, as discussed in xine-devel.
CVS patchset: 8027
CVS date: 2006/06/10 01:47:01
|
|
Force running iconv test (it runs under AM_GNU_GETTEXT anyway).
Add FreeBSD specific prefix to iconv test.
Fixed missing autotools symbols on FreeBSD (it's somewhere in system, but xine should contain it too).
CVS patchset: 7838
CVS date: 2006/01/22 15:15:30
|
|
CVS patchset: 7764
CVS date: 2005/10/22 22:02:40
|
|
CVS patchset: 7228
CVS date: 2004/12/12 03:08:35
|
|
(you never know who might want to override it)
CVS patchset: 7019
CVS date: 2004/10/08 20:27:21
|
|
- usability MSVC for frontends
- remove unistd.h from public headers
- add configure option "--with-dxheaders"
- install .def file under WIN32
- MSVC port update (some people might want it)
CVS patchset: 6944
CVS date: 2004/09/06 18:34:37
|
|
Fix what I perceive to be a bug only on platforms that have a automake
installed that contains multiple version. Gentoo releases a package of
automake that contains all the latest stable version (1.4 to 1.8). In
order to use a specific one besides the default you need to declare
WANT_AUTOMAKE=1.6 in your environment varibles.
------------------------------------
doc/faq/Makefile.am
doc/hackersguide/Makefile.am
Applied Frantisek Dvorak changes for the documentation.
CVS patchset: 6939
CVS date: 2004/09/05 02:14:38
|
|
List of some changes:
- replaced some _MSC_VER by more common WIN32
- define INTLDIR, remove -static flag for included intl
- shared more common CFLAGS with DEBUG_CFLAGS
- use WIN32_CFLAGS for all building
- separate some flags into THREAD_CFLAGS_CONFIG,
THREAD_CFLAGS_CONFIG and ZLIB_LIB_CONFIG for public xine-config,
automatically use internal libs if necessary
- don't warn about missing X for mingw and cygwin
- libw32dll disabled for WIN32 (making native loader would be
interesting, or porting wine code to Windows? :->)
- DVB and RTP disabled for WIN32, not ported yet
- fix build and fix a warning in cdda
- fix build for nosefart and libfaad
- implement configure option --disable-freetype
- sync libxine.pc and xine-config.in
- add -liberty to goom under WIN32
- move original build files from included phread and zlib into archives
and replace them by autotools
CVS patchset: 6910
CVS date: 2004/08/27 19:33:17
|
|
Separate opengl configure tests into opengl.m4
Fix a segfault in debug build
CVS patchset: 6905
CVS date: 2004/08/26 17:57:50
|
|
CVS patchset: 6872
CVS date: 2004/08/02 18:41:30
|
|
CVS patchset: 6191
CVS date: 2004/02/28 19:56:41
|
|
CVS patchset: 4926
CVS date: 2003/05/25 13:39:13
|
|
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
|
|
CVS patchset: 4717
CVS date: 2003/04/30 08:49:38
|
|
looking for the directory of where to install the xine m4 script. Checking
the gnu.org web page and mailing list I found out that we are already doing
what we need without do anything special like determining if root is
running the configure script. If someone does not define ACLOCAL_DIR we use the
$(datadir)/aclocal directory. Since this is a comestic change and affects
the general quality of our builds I have only commented it out without
removing it.
Affects: Users configurating xine-lib as 'root' using one version of automake
and autoconf on one machine and building on another with different versions
of automake and autoconf. For example, ran autogen.sh --noconfig on system
with automake 1.7.2 and autoconf 2.57 while build system had automake 1.6.3
and autoconf 2.53.
Thanks to Chris Purnell <cjp@lost.org.uk> for helping me understand the
nature of the problem.
CVS patchset: 3987
CVS date: 2003/01/22 01:35:04
|
|
CVS patchset: 3976
CVS date: 2003/01/20 02:30:01
|
|
CVS patchset: 3919
CVS date: 2003/01/14 21:55:06
|
|
CVS patchset: 3370
CVS date: 2002/11/26 00:25:18
|
|
CVS patchset: 3130
CVS date: 2002/11/01 21:28:40
|
|
CVS patchset: 3002
CVS date: 2002/10/26 03:50:37
|
|
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
|
|
version of libdvdnav
CVS patchset: 2417
CVS date: 2002/08/09 22:20:38
|
|
CVS patchset: 2108
CVS date: 2002/06/20 19:33:07
|
|
CVS patchset: 1749
CVS date: 2002/04/20 18:42:35
|
|
CVS patchset: 1608
CVS date: 2002/03/21 21:30:06
|
|
CVS patchset: 1588
CVS date: 2002/03/18 21:03:20
|
|
CVS patchset: 1431
CVS date: 2002/01/20 23:21:52
|
|
CVS patchset: 1323
CVS date: 2002/01/01 22:36:20
|
|
CVS patchset: 1318
CVS date: 2001/12/28 22:17:09
|
|
CVS patchset: 1308
CVS date: 2001/12/27 14:30:28
|
|
CVS patchset: 760
CVS date: 2001/10/07 20:10:45
|
|
CVS patchset: 637
CVS date: 2001/09/16 00:01:38
|
|
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: 226
CVS date: 2001/06/24 07:17:37
|
|
CVS patchset: 202
CVS date: 2001/06/17 21:50:51
|
|
CVS patchset: 100
CVS date: 2001/05/28 22:25:50
|
|
debug version builds. Fixed The debug rule in src/input.
CVS patchset: 85
CVS date: 2001/05/26 22:04:38
|
|
CVS patchset: 21
CVS date: 2001/04/24 20:53:00
|
|
CVS patchset: 1
CVS date: 2001/04/18 22:33:39
|