summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2002-12-27mention new input plugins in build listMichael Roitzsch
CVS patchset: 3699 CVS date: 2002/12/27 19:21:37
2002-12-27Re-write the gcc compiler version test on Solaris/SPARC to not use characterJuergen Keil
ranges [...], [] are interpreted by the auto* m4 programs CVS patchset: 3695 CVS date: 2002/12/27 17:42:31
2002-12-27finally - dvb support in xine :)Guenter Bartsch
CVS patchset: 3687 CVS date: 2002/12/27 00:53:49
2002-12-25mention goomMichael Roitzsch
CVS patchset: 3680 CVS date: 2002/12/25 15:07:05
2002-12-25goomMiguel Freitas
CVS patchset: 3674 CVS date: 2002/12/25 05:00:36
2002-12-24preparing 1-beta1xine-1-beta1-release1-beta1Siggi Langauf
CVS patchset: 3672 CVS date: 2002/12/24 17:08:53
2002-12-24register raw DV demuxerMike Melanson
CVS patchset: 3668 CVS date: 2002/12/24 16:41:37
2002-12-23win32 dmoMiguel Freitas
CVS patchset: 3652 CVS date: 2002/12/23 15:56:18
2002-12-23the alsa plugin is just called "alsa", not "alsa09"Michael Roitzsch
CVS patchset: 3648 CVS date: 2002/12/23 13:55:33
2002-12-22Make xine-lib compile with the SunPro compilerRobin KAY
CVS patchset: 3624 CVS date: 2002/12/22 00:41:05
2002-12-20xine-lib triggers a GCC 2.95.3 compiler crash on SPARC. Avoid theJuergen Keil
-mcpu=ultrasparc option. CVS patchset: 3597 CVS date: 2002/12/20 20:27:13
2002-12-20MNG demuxer addedRobin KAY
CVS patchset: 3591 CVS date: 2002/12/20 01:35:49
2002-12-19remove unused flags.Miguel Freitas
feel free to readd them showing either: (1) were they are used in xine (2) any performance gain note that in order to get (2) one will probably need the -mfpmath option. however, more tests are needed to make sure it is safe to use that. CVS patchset: 3588 CVS date: 2002/12/19 01:18:33
2002-12-18Removed -mmmx flag. GCC 3.1 and 3.2 have a problem with it and libfaad. AllStephen Torri
other compiler specific flags remain unchanged. CVS patchset: 3581 CVS date: 2002/12/18 15:52:53
2002-12-18first draft of quicktime binary-only codec supportGuenter Bartsch
CVS patchset: 3580 CVS date: 2002/12/18 04:00:45
2002-12-12* Initial version of an rtsp input plugin. It is far from being perfect,Stefan Holst
only a few streams work for now. * A couple of fixes in pnm input plugin. * Fixed stream info in demux_real. CVS patchset: 3495 CVS date: 2002/12/12 22:08:09
2002-12-12- Disable -export-symbols-regex when the GNU linker is used. libtool + GNU ldJuergen Keil
will strip the wrong symbol table, making a debug install of the xine plugins undebuggable. - Add $(top_builddir)/src/xine-engine to the include path, to pick up the new autoconf generated xineintl.h file (when building with separate source and object hierarchies). CVS patchset: 3492 CVS date: 2002/12/12 10:51:31
2002-12-11- added pkg-config supportBastien Nocera
CVS patchset: 3485 CVS date: 2002/12/11 18:10:45
2002-12-11preparing 1-beta0...Siggi Langauf
CVS patchset: 3480 CVS date: 2002/12/11 14:55:59
2002-12-11Avoiding filesystem clashes with libxine0 (0.9.13)Siggi Langauf
=> you can install xine-lib 0.9.13, gnome-xine 0.1, xine-lib 1-beta*, xine-ui 0.9.15 in that order and both applications will work => distributions can have libxine0 and libxine1 binary packages (not the -dev/-devel) packages installed inparallel for a smooth upgrade path I can't get rid of the feeling that I have broken something here... CVS patchset: 3479 CVS date: 2002/12/11 01:04:01
2002-12-06reenable spucc compilationMichael Roitzsch
CVS patchset: 3444 CVS date: 2002/12/06 17:26:34
2002-12-05Library path moved from 'CFLAGS' to 'LIBS' (fixes compiler problems)Ewald Snel
CVS patchset: 3427 CVS date: 2002/12/05 20:06:06
2002-12-01add post plugin Makefiles and output a list of pluginsMichael Roitzsch
CVS patchset: 3399 CVS date: 2002/12/01 15:04:21
2002-11-25version bumping...Siggi Langauf
CVS patchset: 3369 CVS date: 2002/11/25 23:39:10
2002-11-20avoid failure with clients that use xine lib (xine_check use X calls, for ↵Daniel Caujolle-Bert
all Xv stuff, and it's not dlsymable, since libXv.a is the standard, maybe it's time to think about a plugin for those X related checks). CVS patchset: 3324 CVS date: 2002/11/20 23:21:17
2002-11-19reinstate libfaad (though it is not quite functional yet)Mike Melanson
CVS patchset: 3301 CVS date: 2002/11/19 02:34:18
2002-11-18first steps towards a working real demuxer and using binary-only real codecsGuenter Bartsch
CVS patchset: 3285 CVS date: 2002/11/18 03:03:07
2002-11-13official support for WMA via ffmpegMike Melanson
CVS patchset: 3256 CVS date: 2002/11/13 03:28:48
2002-11-09prepared alpha1 release (well, at least the version numbers)Siggi Langauf
Somebody should check if that breaks the .spec file... CVS patchset: 3214 CVS date: 2002/11/09 22:58:42
2002-11-09- always enable ffmmx, xine-lib will detect at runtime, if it can be usedMichael Roitzsch
- fix k6 compiler flags CVS patchset: 3208 CVS date: 2002/11/09 13:50:52
2002-11-04grep '-m' option seems be part of very recent grep tool, revert change to ↵Daniel Caujolle-Bert
keep configure working CVS patchset: 3192 CVS date: 2002/11/04 22:35:05
2002-11-04sorry, typoMichael Roitzsch
CVS patchset: 3190 CVS date: 2002/11/04 16:55:17
2002-11-04fix some of the IA32 optimization flags and add new onesMichael Roitzsch
(btw: Is there any point of still using -mcpu instead of -march?) CVS patchset: 3189 CVS date: 2002/11/04 16:48:34
2002-11-04To build xine-lib now from cvs you run: autogen.shStephen Torri
You would do: autogen.sh <configure flags> or autogen <shortcut> The short cuts are: aclocal - re-run aclocal autoheader - re-run autoheader automake - re-run automake autoconf - re-run aclocal AND autoconf libtoolize - re-run libtoolize noconfig - re-run all gnu tools without doing ./configure default - run ./configure with <configure flags> or none (if no flags are present) Removed cvscompile.sh and misc/autogen.sh (deprecated) General clean up install-debug for Makefile.am files. CVS patchset: 3180 CVS date: 2002/11/04 00:37:18
2002-11-04some more small fixes. Should be ready for release now.Siggi Langauf
CVS patchset: 3178 CVS date: 2002/11/04 00:31:49
2002-11-03some more release-related fixes...Siggi Langauf
CVS patchset: 3174 CVS date: 2002/11/03 23:03:30
2002-11-03first bunch of 1-alpha0 preparationsSiggi Langauf
CVS patchset: 3166 CVS date: 2002/11/03 17:07:34
2002-11-02added Robin Kay's EA WVE demuxerMike Melanson
CVS patchset: 3160 CVS date: 2002/11/02 23:45:47
2002-11-02Reinsert ifdefs around SPARC assembler code in pgx64. Enable building pgx64 ↵Robin KAY
on Solaris/IA32 again. Change xine to use -mcpu=ultrasparc on sun4u platform. CVS patchset: 3158 CVS date: 2002/11/02 22:30:20
2002-11-02Remove any desktop ref.Daniel Caujolle-Bert
CVS patchset: 3152 CVS date: 2002/11/02 19:58:57
2002-11-02Fixed output for -mcpu/-march.Stephen Torri
Added -O flag for debug build. Unable to get AC_TRY_FLAGS to accept -msse and -mmmx. Did not put them in the file. Help on this would be appreciated. CVS patchset: 3132 CVS date: 2002/11/02 02:54:52
2002-10-31dxr3 should compile without libfame and librte, try to fix configure checkingMichael Roitzsch
CVS patchset: 3109 CVS date: 2002/10/31 10:43:05
2002-10-29Disable pgx64 video_out plugin on Solaris x86 (it contains inline SPARCJuergen Keil
assember code) CVS patchset: 3096 CVS date: 2002/10/29 20:56:32
2002-10-29move ffmpeg define to configure.acMiguel Freitas
CVS patchset: 3091 CVS date: 2002/10/29 16:30:07
2002-10-28AC_PROG_EGREP introduces a dependancy on autoconf 2.54, removed. Just useJuergen Keil
egrep. CVS patchset: 3074 CVS date: 2002/10/28 14:03:59
2002-10-28- Use AC_PROG_EGREP to search for a working 'egrep', and use $EGREP in theJuergen Keil
configure script - xine-lib was installing static versions of the plugin modules in the default configuration, which seems like a waste of time and space. default to '--disable-static' - Use the new AC_PROG_LIBTOOL_SANITYCHECK macro from _xine.m4, to work around libtool problems on solaris with GCC + system linker - build xine-plugins with a minimal dynamic linker symbol table, using a libtool symbol filter. An xine plugin only needs to export 'xine_plugin_info', and nothing else - xine-lib needs ngettext, for "plural forms" support. Check that with AM_GNU_GETTEXT's need-ngettext parameter - verify that the system's msgfmt command is able to compile message files with "plural forms". Reject the one from GNU gettext 0.10.35. CVS patchset: 3071 CVS date: 2002/10/28 13:25:31
2002-10-27initial support for RealAudio (*.ra) filesMike Melanson
CVS patchset: 3045 CVS date: 2002/10/27 18:00:29
2002-10-26Added configure check to determine which inline method to use (AC_C_INLINE)Stephen Torri
CVS patchset: 3001 CVS date: 2002/10/26 03:49:46
2002-10-25fix wrong autoconf version in commentaryMichael Roitzsch
CVS patchset: 2996 CVS date: 2002/10/25 15:33:47
2002-10-23try gnu89Guenter Bartsch
CVS patchset: 2968 CVS date: 2002/10/23 17:13:09