head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q2:1.1.0.22 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.20 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.18 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.16 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.14 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.12 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.10 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.8 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.6 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.4 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.2 pkgsrc-2009Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2012.09.24.10.29.36; author ryoon; state dead; branches; next 1.1; 1.1 date 2009.11.28.18.37.22; author kefren; state Exp; branches; next ; desc @@ 1.2 log @Update to 0.660 * Fix build with recent ffmpeg Changelog: Version SVN-660 2010-01-11 * fixed subscription parsing for coherence UPnP framework * initial support for wpl playlists (Robert Massaioli) * initial ffmpegthumbnailer plugin * initial windows service * WMP 11 support * cleanup and bugfixes * added album & genre search/sort capabilities @ text @$NetBSD: patch-ac,v 1.1 2009/11/28 18:37:22 kefren Exp $ --- src/plugins/ffmpeg/ffmpeg.h.orig 2009-07-16 19:31:43.000000000 +0300 +++ src/plugins/ffmpeg/ffmpeg.h 2009-11-28 19:03:23.000000000 +0200 @@@@ -121,7 +121,7 @@@@ /* audio only */ int audio_resample; ReSampleContext *resample; /* for audio resampling */ - AVFifoBuffer fifo; /* for compression: one audio fifo per codec */ + AVFifoBuffer *fifo; /* for compression: one audio fifo per codec */ FILE *logfile; } AVOutputStream; @@@@ -479,7 +479,7 @@@@ void opt_verbose(const char *arg) { verbose = atoi(arg); - av_log_level = atoi(arg); + av_log_set_level(atoi(arg)); } void opt_frame_rate(const char *arg) @@@@ -1313,7 +1313,7 @@@@ #endif if(avctx_opts[0]->debug) - av_log_level = AV_LOG_DEBUG; + av_log_set_level(AV_LOG_DEBUG); return 0; } @ 1.1 log @Update to r640, another semi-release, this time published on sf.net The most important change is that it compiles and works. Tested with PS3. XXX: probably mysql functions should be optional. @ text @d1 1 a1 1 $NetBSD$ @