summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2004-07-31New configure option --with-external-ffmpeg[=PREFIX].František Dvořák
CVS patchset: 6865 CVS date: 2004/07/31 18:57:45
2004-07-23made io_helper.c compile under Solaris 2.6 (socklen_t undefine type) (close ↵Daniel Caujolle-Bert
#992824) CVS patchset: 6840 CVS date: 2004/07/23 12:42:14
2004-07-15Add missing library path.Robin KAY
CVS patchset: 6796 CVS date: 2004/07/15 02:22:38
2004-07-05Started to re-enable altivec optimized code for Darwin/PPCDaniel Mack
CVS patchset: 6773 CVS date: 2004/07/05 07:43:52
2004-07-05Change "MacOSX" -> "Mac OS X" for human-readable strings (still use MacOSXAndre Pang
internally) CVS patchset: 6771 CVS date: 2004/07/05 01:24:16
2004-06-22Add contents of $CFLAGS to $OBJCFLAGS, which conveniently also unbreaks theAndre Pang
Mac OS X build CVS patchset: 6730 CVS date: 2004/06/22 12:36:34
2004-06-20preparing rc5Miguel Freitas
CVS patchset: 6717 CVS date: 2004/06/20 23:36:31
2004-06-19Fix falling back from multi-buffering in video_out_pgx64. Add XVR100 to ↵Robin KAY
configure script status output. Add --disable-shm-default to README.solaris. CVS patchset: 6705 CVS date: 2004/06/19 14:51:31
2004-06-19Add comment to configure.ac about not requiring AC_SUBST(OBJCDEPMODE), so thatAndre Pang
people know why it's not needed instead of grepping through CVS logs Removed -no-cpp-precomp and -fconstant-string-class gcc flags for Objective-C source files CVS patchset: 6699 CVS date: 2004/06/19 04:05:23
2004-06-18OBJCDEPMODE is already AC_SUBST'ed by _AM_DEPENDENCIES, which we call later;Michael Roitzsch
double substitution gives a warning with automake 1.6 CVS patchset: 6697 CVS date: 2004/06/18 14:45:24
2004-06-13typo fix reported by Joel Fredrikson, closes bug #971770Michael Roitzsch
CVS patchset: 6683 CVS date: 2004/06/13 14:43:18
2004-06-11revised FLAC supportMike Melanson
CVS patchset: 6671 CVS date: 2004/06/11 01:31:01
2004-06-10Added CoreAudio support for native sound output on MacOSX.Daniel Mack
It makes use of Apple's brand new AudioUnit and is coded in plain C, not Objective-C, so it should not break anything. See http://developer.apple.com/technotes/tn2002/tn2091.html and http://developer.apple.com/documentation/MusicAudio/Reference/CoreAudio/index.html for conceptual documentation about this framework. There is a new configure-flag now called '--enable-coreaudio' which enables the built of this module, the default is not to build it on any platform. So far, only stereo output on the default device is supported, but this might change in future updates. I did my best to keep to xine's coding style, please let me know if I did something wrong. CVS patchset: 6666 CVS date: 2004/06/10 18:33:31
2004-06-08next try to get the Objective-C OSX code supported by the automagicMichael Roitzsch
CVS patchset: 6660 CVS date: 2004/06/08 20:38:30
2004-06-06Remove the references to OBJC in the configure.ac and video_out Makefile.amJames Courtier-Dutton
until we have a clear idea on how to get this working with all versions of automake. CVS patchset: 6653 CVS date: 2004/06/06 20:06:17
2004-06-06A fix so that non macosx systems build correctly.James Courtier-Dutton
CVS patchset: 6650 CVS date: 2004/06/06 16:38:45
2004-06-06check for automake API version and ObjCDaniel Caujolle-Bert
CVS patchset: 6648 CVS date: 2004/06/06 12:17:00
2004-06-06Quick and dirt fix for Objective C. Please test with automake >= 1.8Daniel Caujolle-Bert
CVS patchset: 6647 CVS date: 2004/06/06 12:12:06
2004-06-06From: Daniel MackJames Courtier-Dutton
Mac OSX video out support. CVS patchset: 6645 CVS date: 2004/06/06 02:30:37
2004-06-05moved detection of darwin from threads to general host features detection.Conrad Parker
CVS patchset: 6639 CVS date: 2004/06/05 03:49:00
2004-06-01applied patches from Daniel Mack for recognizing darwin as a host, andConrad Parker
patching some xine-util ppc-specific routines for OS X. CVS patchset: 6623 CVS date: 2004/06/01 13:13:15
2004-05-22Removed -funroll-all-loops from SPARC and PPC targets as it negatively ↵Robin KAY
affected performance. CVS patchset: 6577 CVS date: 2004/05/22 23:38:13
2004-05-21libmad compilation fix for AMD64 by Herbie HopkinsMichael Roitzsch
CVS patchset: 6575 CVS date: 2004/05/21 19:45:05
2004-05-15First attempt at an upmix plugin.James Courtier-Dutton
It can handle 16bit audio 2-channel to 5.1 channel upmix. Currently, the .1 or LFE channel is not yet created. CVS patchset: 6542 CVS date: 2004/05/15 15:32:47
2004-05-13embed mkinstalldirs conditionnalyDaniel Caujolle-Bert
CVS patchset: 6529 CVS date: 2004/05/13 19:39:07
2004-05-12define HAVE_LRINTF *and* _ISOC9X_SOURCE (thanks Daniel)Miguel Freitas
CVS patchset: 6527 CVS date: 2004/05/12 20:11:22
2004-05-11preparation for rc4aMiguel Freitas
quick fix for wma static noise. (a more general solution should be employed in configure.ac) CVS patchset: 6520 CVS date: 2004/05/11 21:31:55
2004-05-09Valid error description for gethostbyname. Obsolete function hstrerror() has ↵František Dvořák
no replacement, so it's used, but with configure check. CVS patchset: 6503 CVS date: 2004/05/09 17:42:23
2004-05-08fix .po install with new automakeDaniel Caujolle-Bert
CVS patchset: 6501 CVS date: 2004/05/08 20:19:45
2004-05-05make it possible for the CDDA plugin to give away Musicbrainz CD Index IDBastien Nocera
base64.[ch] are now relicensed under the GNU General Public License as per section 3 of the GNU Less General Public License sha1.[ch] are still under a public domain license, see headers for details CVS patchset: 6485 CVS date: 2004/05/05 09:11:38
2004-05-02finally removing the unmaintained libdivx4, libmpg123 and libxvid decodersMichael Roitzsch
CVS patchset: 6478 CVS date: 2004/05/02 19:49:52
2004-04-29Test for libdga needs to specifiy the library path.Robin KAY
CVS patchset: 6461 CVS date: 2004/04/29 19:58:28
2004-04-28Backport VIS motion_comp code from libmpeg2 CVS so libmpeg2 uses these ↵Robin KAY
routines as well as the recently synced ffmpeg tree. CVS patchset: 6454 CVS date: 2004/04/28 00:38:08
2004-04-27gcc 3.4 has renamed mcpu to mtune.Daniel Caujolle-Bert
CVS patchset: 6451 CVS date: 2004/04/27 17:50:54
2004-04-25rc4 preparationsMiguel Freitas
CVS patchset: 6438 CVS date: 2004/04/25 22:21:41
2004-04-25ffmpeg syncMiguel Freitas
CVS patchset: 6437 CVS date: 2004/04/25 18:57:04
2004-04-25Improved clipping performance in video_out_pgx32. video_out_pgx64 now uses ↵Robin KAY
the appropriate overlay type automatically. Misc changes. CVS patchset: 6434 CVS date: 2004/04/25 15:05:22
2004-04-16video_out_pgx32 now properly clips video output. video_out_pgx64 now ↵Robin KAY
disables overlay when fully occluded, fixed displaying some frames out of order when multi-buffering. Added missing X lock. Misc changes. CVS patchset: 6409 CVS date: 2004/04/16 12:16:50
2004-04-11update vcd libsMiguel Freitas
CVS patchset: 6389 CVS date: 2004/04/11 12:21:34
2004-04-07release preparationsSiggi Langauf
CVS patchset: 6340 CVS date: 2004/04/07 17:55:02
2004-03-16release preparations...Siggi Langauf
CVS patchset: 6277 CVS date: 2004/03/16 21:36:08
2004-03-14revise the codec listMike Melanson
CVS patchset: 6258 CVS date: 2004/03/14 21:32:08
2004-03-09new Flash Video (FLV) demuxer; somewhat preliminary right now, but itMike Melanson
does demux basic videos CVS patchset: 6238 CVS date: 2004/03/09 04:14:11
2004-03-07made libtool-nofpic silent (again!). WTH is this regexp!?Daniel Caujolle-Bert
CVS patchset: 6230 CVS date: 2004/03/07 20:32:17
2004-03-05properly use AC_HELP_STRING, properly use $enableval for AC_ARG_ENABLEMichael Roitzsch
CVS patchset: 6217 CVS date: 2004/03/05 16:34:32
2004-03-03* use AC_HELP_STRING for the configure options (should do the same in all ↵Michael Roitzsch
the m4's) * use $enableval and $withval properly, because users can pass --disable-something as well as --enable-something and they should behave differently * remove the superfluous x86_64 case branch, because there is already one further above, so the second one would never be reached CVS patchset: 6208 CVS date: 2004/03/03 19:52:53
2004-03-01Via Ezra detection.Thibaut Mattern
Patch from Yann Vernier (yann at algonet dot se) CVS patchset: 6200 CVS date: 2004/03/01 21:14:33
2004-02-29Various compilation fixes and updates:František Dvořák
- xine compilable without iconv (scream if I something broke) - update MSVC port, fixes in avi demux - add iff.h into makefiles - ffmpeg depends on zlib (build was OK only when freetype was installed) - commit a patch for goom CVS patchset: 6192 CVS date: 2004/02/29 17:26:45
2004-02-28New caca video output plugin - color ASCII art.František Dvořák
CVS patchset: 6191 CVS date: 2004/02/28 19:56:41
2004-02-20Fixed detection of linux framebuffer support. Included xineutils.h in ↵Robin KAY
dsputil_mlib.c and added to diff_to_ffmpeg_cvs.txt. Fixed function prototype in dsputil_mlib.c (should be sent back to ffmpeg-dev at some point). Fixed includes in nosefart. Fixed nested comments and includes in goom. CVS patchset: 6180 CVS date: 2004/02/20 19:53:38