summaryrefslogtreecommitdiff
path: root/src/libfaad/common.h
AgeCommit message (Collapse)Author
2004-08-27MINGW32 port. Engine library and most of plugins compiles now.František Dvořák
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
2004-01-27Correct path for config.h, patch from Graham Brooks (gbrooks at imsmail dot org)James Stembridge
CVS patchset: 6073 CVS date: 2004/01/27 19:13:05
2004-01-26Sync with libfaad CVSJames Stembridge
CVS patchset: 6071 CVS date: 2004/01/26 22:34:10
2004-01-11the faad project accepted a huge compiler warning patch I sent them,Michael Roitzsch
merging their CVS back to our copy everyone please check, if your AAC samples still work CVS patchset: 6024 CVS date: 2004/01/11 15:44:04
2003-12-30- update to libfaad 2.0 rc3Miguel Freitas
- some fixes to xine_decoder.c CVS patchset: 5959 CVS date: 2003/12/30 02:00:10
2003-05-26prevent clash with cygwin defined typesMiguel Freitas
CVS patchset: 4957 CVS date: 2003/05/26 23:23:26
2003-04-12sync to faad2 cvs, remove some warnings.Miguel Freitas
CVS patchset: 4592 CVS date: 2003/04/12 14:58:46
2003-01-31- Added debian into Makefile.am as a sub-directory rather than have theStephen Torri
makefile variable. - Cleaned up Makefile.am (wine, goom, libxinevdec) - Cleaned up compiler warnings (libfaad) - Cleaned up header includes (libfaad, libdha) CVS patchset: 4053 CVS date: 2003/01/31 01:20:24
2002-12-17Keyword "__inline" is not available, when non-gcc compiler is used toJuergen Keil
compile xine-lib. C99 has "inline", GNU C "__inline". CVS patchset: 3575 CVS date: 2002/12/17 16:44:10
2002-12-16updated libfaadMiguel Freitas
CVS patchset: 3560 CVS date: 2002/12/16 18:59:50
2002-10-22Changed comments to standard /* ... */Stephen Torri
CVS patchset: 2911 CVS date: 2002/10/22 04:46:22
2002-08-09sync with faad2 cvs (no more fftw dependency)Miguel Freitas
CVS patchset: 2420 CVS date: 2002/08/09 22:36:36
2002-07-14merge FAAD2 - the GPL AAC decoder library.Miguel Freitas
xine_decoder.c is working, but demux_qt must send some needed initialization data. currently it's hardcoded to play my test stream, so it's not usable yet. CVS patchset: 2267 CVS date: 2002/07/14 23:43:01