Commit Graph

14 Commits

Author SHA1 Message Date
sebastia
21c3c1e777 Fix build with gcc-2.95, bump pkgname
OKs from landry@, jasper@, sthen@
2010-06-14 17:44:46 +00:00
jakemsr
743646d039 - update to faad-2.6.1
- greatly simplify type-mismatch-correcting patches.  most of the
  mismatches actually match on size and signedness, so only fix the
  ones that don't match.  tested to work on sparc64 by naddy@ a
  while back.
- libmp4v2 is no longer part of this package
2008-09-15 21:58:19 +00:00
jakemsr
839b8918bc libpthread doesn't need to be, and is no longer linked into
xmms modules.

adjust WANTLIBs, bump PKGNAMEs.
2007-12-11 11:00:37 +00:00
jakemsr
ad8a707fdf problem:
libfaad uses data types with machine dependent bit width in
prototypes in its public headers, but in the corresponding library
code, machine independent exact width data types are used.

solution:
change libfaad headers to use the same machine independent exact
width data types in the prototypes as in the library.  since the
prototypes in the library headers are changed, users of libfaad
likely need to be modified to use exact width data types as well.

also:
- bump libfaad major version number
- update plugin code to use exact width data types for libfaad
  interaction, as per new prototypes
- bump package version
- sync patches with update-patches


problem discovered by, solution discussed with, reviewed, tested
and OK naddy@
2007-06-29 06:01:42 +00:00
jolan
371478f6c3 fix building on i386 2005-11-21 08:58:15 +00:00
alek
e21de321e1 - Use internal libmp4v2 (doesn't build if external libmp4v2 is available)
- Better LIB_DEPENDS
- Fix WANTLIB
- Bump PKGNAME
2005-01-05 11:40:04 +00:00
jcs
6833152ada some hackery to work around faad's system.h needing config.h
bump pkgname

"doowit" jolan@
2004-12-13 05:40:55 +00:00
jcs
693c40f97a enable xmms plugin as a subpackage
ok jolan@
2004-12-09 04:57:56 +00:00
jolan
2a4aaa35d3 update to 2.0 2004-04-28 01:30:00 +00:00
naddy
520efe1fdd drop workarounds for gcc2.95/sparc64 bugs 2004-02-23 00:33:34 +00:00
sturm
83a01aec71 work around optimization bug on sparc64
ok naddy@
2003-08-24 21:27:30 +00:00
avsm
cfc8dabb88 plug some unbounded sscanf in getopt processing 2003-04-26 20:42:00 +00:00
naddy
731bfd18d4 Fix dependencies, honor CFLAGS/CXXFLAGS throughout, general cleanup. 2002-12-20 23:40:13 +00:00
espie
b316a8aff9 faad 2 audio decoding library. From maintainer. 2002-11-13 17:50:13 +00:00