summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2004-01-01Win32 port, mainly DirectX:František Dvořák
* use DirectX under CygWin and basic auto-stuff * move some my macros in configure.ac * I don't know why, but shared directx plugins can't be linked with libdxguid.a. Used cute-hack, idea is from mplayer. Also thanks to hexedit, because I haven't sources of w32api. * Fix some warnings in vo directx and ao directx. * Decrease version of directx. It seems it still works. For compilation with DirectX under Cygwin you need header files from directx-sdk. Autoconf macros are only basic, but it works. for example: DIRECTX_CFLAGS=-I/cygrive/c/Program\ Files/Directx/include ./autogen.sh CVS patchset: 5971 CVS date: 2004/01/01 18:14:51
2004-01-01Necessary libs for libcdio and libvcd under CygWin. Probably it would beFrantišek Dvořák
needed also under mingw. CVS patchset: 5970 CVS date: 2004/01/01 18:06:59
2003-12-28a new release is due. Last tests are running...Siggi Langauf
CVS patchset: 5953 CVS date: 2003/12/28 11:02:35
2003-12-21don't check for xvid, we don't use it anymoreDaniel Caujolle-Bert
CVS patchset: 5934 CVS date: 2003/12/21 22:43:43
2003-12-19mention the raw AAC demuxerMike Melanson
CVS patchset: 5924 CVS date: 2003/12/19 05:45:06
2003-12-14version bounceSiggi Langauf
CVS patchset: 5913 CVS date: 2003/12/14 22:33:22
2003-12-07remove backtrace/printstack checksDaniel Caujolle-Bert
CVS patchset: 5862 CVS date: 2003/12/07 15:49:14
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). ↵Daniel Caujolle-Bert
Replace XINE_ASSERT by _x_assert, which works exaclty as assert, except that it still warns with NDEBUG defined (but don't abort). Fix missuning of assert(0), which isn't safe, abort is abort, assert is for debugging purpose only, so all assert(0) has been converted to abort() alls. In osd_preload_fonts(): alloc needed memory chunk. Define NDEBUG in CFLAGS, for non DEBUG build only. CVS patchset: 5860 CVS date: 2003/12/07 15:34:29
2003-11-24Support for large files created by RIP input plugin. It's used fseeko(). ↵František Dvořák
When configure won't find it, it will be used fseek() with 2 GB limit. CVS patchset: 5778 CVS date: 2003/11/24 22:52:15
2003-11-18fix inconsistencyMichael Roitzsch
CVS patchset: 5761 CVS date: 2003/11/18 20:26:42
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
CVS patchset: 5721 CVS date: 2003/11/11 18:44:50
2003-11-05remove audio_out specific stuff from cflagsMiguel Freitas
CVS patchset: 5691 CVS date: 2003/11/05 18:34:43
2003-11-04Final patches for compiling xine under MSVC:František Dvořák
- basename() is added to xine-utils, if it isn't found by configure - macros with variable number of arguments are simplified to ignore additional arguments (only for MSVC), lprintf macro simplified with full functionality - minor update for building a52, some preparation for ffmpeg CVS patchset: 5687 CVS date: 2003/11/04 14:38:26
2003-11-02fixing vcd checksMichael Roitzsch
CVS patchset: 5678 CVS date: 2003/11/02 18:31:50
2003-11-01big ffmpeg patchMichael Roitzsch
* do not define CONFIG_ENCODERS any more, use a stripped down XINE_MPEG_ENCODER, which will only compile an I-frame-only MPEG1 encoder (speeds up compile time) * fix a lot of warnings in ffmpeg (a good deal of which have already been submitted to the ffmpeg project by Mike) * simplify some Makefiles CVS patchset: 5667 CVS date: 2003/11/01 18:12:53
2003-10-30negate these explanations (thanks to Adam Stein of Xerox for noticing)Michael Roitzsch
CVS patchset: 5646 CVS date: 2003/10/30 21:51:27
2003-10-30my build broke, I guess no_vcdnav should be "yes", when external_vcdnav is "no"Michael Roitzsch
CVS patchset: 5645 CVS date: 2003/10/30 20:46:31
2003-10-30- More VCDX -> VCDRocky Bernstein
- Prefer external libcdio and libvcdinfo libraries when they are acceptable - Allow disabling VCD plugin CVS patchset: 5644 CVS date: 2003/10/30 07:58:52
2003-10-27Add check for lrintf which would otherwise be redefined in libavcodec/dsputil.hJames Stembridge
CVS patchset: 5620 CVS date: 2003/10/27 21:43:20
2003-10-27super mega ffmpeg tree syncMike Melanson
CVS patchset: 5615 CVS date: 2003/10/27 15:24:38
2003-10-26win32/Makefile.am had a very short life ;)Michael Roitzsch
It would have scared the Windows users and would have been hard to maintain, so we remove it and distribute the win32 subdirectory from the toplevel Makefile using dist-hook CVS patchset: 5606 CVS date: 2003/10/26 17:38:23
2003-10-26* show internal vs. external lib for dvd as well (similar to vcd)Michael Roitzsch
* rename vcdx to vcd and vcd to vcdo * vcdo is always built, not only when vcd(x) is not CVS patchset: 5603 CVS date: 2003/10/26 11:28:04
2003-10-25use relchk.sh use relchk.sh use relchk.shDaniel Caujolle-Bert
fix "make dist". Now tarball is complete. don't expect people have doc formatting tools (check for sgmltools and fig2dev). rename the spaced name file in win32 (Tim, can you check if i didn't break anything please ?). CVS patchset: 5589 CVS date: 2003/10/25 00:49:11
2003-10-23version bumping...Siggi Langauf
CVS patchset: 5581 CVS date: 2003/10/23 23:03:44
2003-10-20Allow lazy loading of Sun mediaLib. Update ChangeLog.Robin KAY
CVS patchset: 5553 CVS date: 2003/10/20 00:33:28
2003-10-19build both vcd pluginsDaniel Caujolle-Bert
CVS patchset: 5541 CVS date: 2003/10/19 12:01:47
2003-10-14made libtool-nofpic silent and not installing .la files at allDaniel Caujolle-Bert
CVS patchset: 5519 CVS date: 2003/10/14 21:58:22
2003-10-13small indentation mistakeMichael Roitzsch
CVS patchset: 5512 CVS date: 2003/10/13 17:48:08
2003-10-13Add vcdx plugin(CVS) and dependent libs(no CVS, broken API).Daniel Caujolle-Bert
Ability to use external libs (--with-external-vcdnav), disable vcdx build and build old vcd instead (--disable-vcdx). This last feature is useful since vcdx take /hours/ to start playback, that can help people who don't want vcd navigation. Remove all .la files, even in subdirs (eg: post) CVS patchset: 5505 CVS date: 2003/10/13 11:47:11
2003-10-06xvmc stuffMiguel Freitas
CVS patchset: 5460 CVS date: 2003/10/06 21:56:00
2003-10-06- small beautificationMichael Roitzsch
- ensure user CFLAGS are added at the end - another approach to kill Mike's warnings CVS patchset: 5453 CVS date: 2003/10/06 12:47:24
2003-10-05Getting the version number right again...1-rc1Siggi Langauf
CVS patchset: 5450 CVS date: 2003/10/05 16:50:20
2003-10-04that should be it for 1-rc1Siggi Langauf
CVS patchset: 5441 CVS date: 2003/10/04 20:33:16
2003-10-02nvtv removedMiguel Freitas
CVS patchset: 5423 CVS date: 2003/10/02 01:40:01
2003-09-25IPv6 patch from Njål T. Borch <Njaal.Borch@njaal.net>Daniel Caujolle-Bert
CVS patchset: 5413 CVS date: 2003/09/25 13:42:19
2003-09-13Fix the fix for the --disable-mlib option (the AM_CONDITIONAL statement is ↵Robin KAY
now moved outside of the shell conditional rather than removed). CVS patchset: 5360 CVS date: 2003/09/13 13:09:44
2003-09-10Fix --disable-mlib option.Robin KAY
CVS patchset: 5353 CVS date: 2003/09/10 23:20:08
2003-09-06issue a warning when the X11 output plugins are not being builtMichael Roitzsch
CVS patchset: 5347 CVS date: 2003/09/06 13:27:57
2003-09-05allow more exact checks on alsa version numbersMichael Roitzsch
(now my 0.9.0rc7 is accepted again :) ) CVS patchset: 5345 CVS date: 2003/09/05 13:51:27
2003-09-03Reduce alsa requirement from 0.9.4 to 0.9.1James Courtier-Dutton
CVS patchset: 5335 CVS date: 2003/09/03 14:49:48
2003-09-02Fix alsa version detection.James Courtier-Dutton
xine needs alsa 0.9.4 or above. CVS patchset: 5332 CVS date: 2003/09/02 15:37:28
2003-08-25AMD64 support patch by Adrian SchroeterMichael Roitzsch
CVS patchset: 5308 CVS date: 2003/08/25 14:32:37
2003-08-25user-specified variables like CFLAGS should be at the end so they canMichael Roitzsch
override the defaults more easily, patch suggested by Florin Andrei CVS patchset: 5307 CVS date: 2003/08/25 14:21:22
2003-08-11Stephen asked me to elaborate, unfortunately I don't know more than thatMichael Roitzsch
CVS patchset: 5272 CVS date: 2003/08/11 09:19:49
2003-08-10fix alignment checkMichael Roitzsch
CVS patchset: 5270 CVS date: 2003/08/10 17:35:26
2003-08-07remove useless gnu89 compiler flag, some configure tweakingMichael Roitzsch
CVS patchset: 5257 CVS date: 2003/08/07 09:26:53
2003-08-04vo for libstkMiguel Freitas
CVS patchset: 5240 CVS date: 2003/08/04 02:31:07
2003-08-02new version numberSiggi Langauf
CVS patchset: 5231 CVS date: 2003/08/02 11:49:03
2003-07-20release preparationsSiggi Langauf
CVS patchset: 5204 CVS date: 2003/07/20 22:42:20
2003-07-20collapse GCC-specific CFLAG handling in one place,Michael Roitzsch
do not disable strict-aliasing and sign-compare warnings, no double -Wall CVS patchset: 5198 CVS date: 2003/07/20 12:22:01