head 1.4; access; symbols pkgsrc-2017Q2:1.3.0.64 pkgsrc-2017Q2-base:1.3 pkgsrc-2017Q1:1.3.0.62 pkgsrc-2017Q1-base:1.3 pkgsrc-2016Q4:1.3.0.60 pkgsrc-2016Q4-base:1.3 pkgsrc-2016Q3:1.3.0.58 pkgsrc-2016Q3-base:1.3 pkgsrc-2016Q2:1.3.0.56 pkgsrc-2016Q2-base:1.3 pkgsrc-2016Q1:1.3.0.54 pkgsrc-2016Q1-base:1.3 pkgsrc-2015Q4:1.3.0.52 pkgsrc-2015Q4-base:1.3 pkgsrc-2015Q3:1.3.0.50 pkgsrc-2015Q3-base:1.3 pkgsrc-2015Q2:1.3.0.48 pkgsrc-2015Q2-base:1.3 pkgsrc-2015Q1:1.3.0.46 pkgsrc-2015Q1-base:1.3 pkgsrc-2014Q4:1.3.0.44 pkgsrc-2014Q4-base:1.3 pkgsrc-2014Q3:1.3.0.42 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.40 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.38 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.36 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.3.0.34 pkgsrc-2013Q3-base:1.3 pkgsrc-2013Q2:1.3.0.32 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.3.0.30 pkgsrc-2013Q1-base:1.3 pkgsrc-2012Q4:1.3.0.28 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.26 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.24 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.3.0.22 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.20 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.18 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.3.0.16 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.14 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.12 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.10 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.8 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.6 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.4 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.2 pkgsrc-2009Q3-base:1.3; locks; strict; comment @# @; 1.4 date 2017.07.23.16.09.17; author adam; state dead; branches; next 1.3; commitid hwpr9btJaVPO1n0A; 1.3 date 2009.08.11.11.16.38; author drochner; state Exp; branches; next 1.2; 1.2 date 2009.08.10.00.01.56; author tnn; state Exp; branches; next 1.1; 1.1 date 2009.07.13.12.55.54; author tonio; state Exp; branches; next ; desc @@ 1.4 log @2.8.1: - seeking support for MP4 files 2.8.0: - patches and fixed bugs @ text @$NetBSD: patch-av,v 1.3 2009/08/11 11:16:38 drochner Exp $ --- ./common/mp4ff/mp4ff.h.orig 2009-01-29 01:41:08.000000000 +0100 +++ ./common/mp4ff/mp4ff.h @@@@ -35,11 +35,7 @@@@ extern "C" { #endif /* __cplusplus */ -#ifdef HAVE_STDINT_H -#include -#else #include "mp4ff_int_types.h" -#endif /* file callback structure */ typedef struct @ 1.3 log @make the installed include files more consistent: don't rely on HAVE_STDINT_H defined by the client app, don't install mp4ffint.h which is purely internal, fix build of the xmms plugin, bump PKGREVISION @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @- Update to faad2-2.7 - set LICENSE to gnu-gpl-v2 - install faad(1) manpage 2009-02-02 - Version 2.7 * DAB+ support * Use public headers internally to prevent duplicate declarations * Explicitly typedef all types as signed * Made sure MAIN prediction can't be started after the first frame * Lot's of compilation issues solved * Bugfix in SBR envelope border calculation @ text @d3 5 a7 3 --- common/mp4ff/mp4ff.h.orig 2009-01-29 01:41:08.000000000 +0100 +++ common/mp4ff/mp4ff.h @@@@ -37,6 +37,8 @@@@ extern "C" { d9 3 a11 5 #ifdef HAVE_STDINT_H #include +#elif defined(HAVE_INTTYPES_H) +#include #else d13 4 a16 1 #endif @ 1.1 log @Let audio/faad2 install libmp4ff. It is used by musicpd to play m4a files. Fixes PR/40584 applying a very similar patch. @ text @d3 3 a5 7 install mp4ff --- ./common/mp4ff/mp4ff.h.orig 2007-11-01 13:33:29.000000000 +0100 +++ ./common/mp4ff/mp4ff.h @@@@ -35,7 +35,15 @@@@ extern "C" { #endif /* __cplusplus */ d7 3 a9 5 -#include "mp4ff_int_types.h" +#if HAVE_SYS_TYPES_H +#include +#endif +#if HAVE_INTTYPES_H d11 3 a13 7 +#endif +#if HAVE_STDINT_H +#include +#endif /* file callback structure */ typedef struct @