head 1.3; access; symbols pkgsrc-2017Q2:1.2.0.64 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.2.0.62 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.2.0.60 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.2.0.58 pkgsrc-2016Q3-base:1.2 pkgsrc-2016Q2:1.2.0.56 pkgsrc-2016Q2-base:1.2 pkgsrc-2016Q1:1.2.0.54 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.2.0.52 pkgsrc-2015Q4-base:1.2 pkgsrc-2015Q3:1.2.0.50 pkgsrc-2015Q3-base:1.2 pkgsrc-2015Q2:1.2.0.48 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.2.0.46 pkgsrc-2015Q1-base:1.2 pkgsrc-2014Q4:1.2.0.44 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.42 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.40 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.38 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.36 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.34 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.32 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.30 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.28 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.26 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.24 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.22 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.20 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.18 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.16 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.14 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.12 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.10 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.8 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.6 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.4 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.2 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.1.0.24 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.22 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.20 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.18 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.16 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.14 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.12 pkgsrc-2008Q1:1.1.0.10 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.8 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.6 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.4 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.2 pkgsrc-2007Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2017.07.23.16.01.14; author adam; state dead; branches; next 1.2; commitid SqXcQmlA80W1Zm0A; 1.2 date 2009.09.09.16.40.39; author drochner; state Exp; branches; next 1.1; 1.1 date 2007.02.09.20.27.16; author drochner; state Exp; branches; next ; desc @@ 1.3 log @1.29.3: - MP4 tag options improved - fixed MP4 'meta' atom bug - new option to set verbosity (-v0 to silence output) 1.29.2: - new mp4 output code 1.29: - various patches applied and bugs fixed @ text @$NetBSD: patch-ab,v 1.2 2009/09/09 16:40:39 drochner Exp $ --- configure.in.orig 2009-02-05 01:55:38.000000000 +0100 +++ configure.in @@@@ -28,6 +28,7 @@@@ AC_CHECK_DECL(strcasecmp, MY_DEFINE(HAVE AC_CHECK_LIB(gnugetopt, getopt_long) AM_CONDITIONAL(WITH_MP4V2, false) +AM_CONDITIONAL(WITH_EXTMP4V2, false) AC_CHECK_DECLS([MP4Create, MP4MetadataDelete], AC_CHECK_LIB(mp4v2, MP4MetadataDelete, external_mp4v2=yes, @@@@ -36,6 +37,8 @@@@ AC_CHECK_DECLS([MP4Create, MP4MetadataDe if test x$external_mp4v2 = xyes; then AC_MSG_NOTICE([*** Building with external mp4v2 ***]) + MY_DEFINE(HAVE_LIBMP4V2) + AM_CONDITIONAL(WITH_EXTMP4V2, true) else if test x$WITHMP4V2 = xyes; then AC_MSG_NOTICE([*** Building with internal mp4v2 ***]) @ 1.2 log @update to 1.28 changes: Prevent out of range scalefactors Updated to latest mpeg4ip mp4 file format library Added -s option to make the encoder output optimized mp4 layout Improved JPEG detection for album art Lot's of compilation issues solved @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @-build against libmp4v2 instead of the full mpeg4ip -update to 1.25 which contains small bug fixes according to the notes -the most serious change seems to be that faac comes with an own copy of libmp4v2 now which it tries to use exclusively -- add some patches to still use an external lib (that's all optional, needed for tagging support) @ text @d3 1 a3 1 --- configure.in.orig 2006-08-13 16:17:26.000000000 +0200 d5 4 a8 4 @@@@ -27,6 +27,7 @@@@ AC_CHECK_DECL(strcasecmp, MY_DEFINE(HAVE AC_CHECK_LIB(gnugetopt, getopt_long) AM_CONDITIONAL(WITH_MP4V2, false) d10 7 a16 7 AC_CHECK_DECLS([MP4Create, MP4MetadataDelete], AC_CHECK_LIB(mp4v2, MP4MetadataDelete, external_mp4v2=yes, @@@@ -35,6 +36,8 @@@@ AC_CHECK_DECLS([MP4Create, MP4MetadataDe if test x$external_mp4v2 = xyes; then AC_MSG_NOTICE([*** Building with external mp4v2 ***]) d19 3 a21 12 else if test x$WITHMP4V2 = xyes; then AC_MSG_NOTICE([*** Building with internal mp4v2 ***]) @@@@ -66,6 +69,6 @@@@ AC_CHECK_TYPES([in_port_t, socklen_t], , #include ]) AC_CHECK_MEMBERS(fpos_t.__pos,,, [#include ]) -AC_OUTPUT(common/Makefile common/mp4v2/Makefile \ - libfaac/Makefile frontend/Makefile \ +AC_OUTPUT(common/Makefile common/mp4v2/Makefile + libfaac/Makefile frontend/Makefile include/Makefile Makefile) @