summaryrefslogtreecommitdiffstats
path: root/libhb/work.c
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2010-04-10 01:10:15 +0000
committerjstebbins <[email protected]>2010-04-10 01:10:15 +0000
commitc6c3b33558aa505e6c44c988154ab253a895d1e3 (patch)
tree5c0641a9c5f962b52a49e8c079e38d88f86500f5 /libhb/work.c
parent34d7b7d5daef1d22ab8061ebb46fea5a27a4c8fd (diff)
fix some mingw warnings and a mingw build issue
mingw gcc-4.5 has linker issues against shared libstdc++ git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3217 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/work.c')
-rw-r--r--libhb/work.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/work.c b/libhb/work.c
index 4448278a2..eea492b9c 100644
--- a/libhb/work.c
+++ b/libhb/work.c
@@ -1146,7 +1146,7 @@ static void work_loop( void * _w )
if( buf_in && buf_out && buf_in->new_chap && buf_in->start == buf_out->start)
{
// restore log below to debug chapter mark propagation problems
- //hb_log("work %s: Copying Chapter Break @ %lld", w->name, buf_in->start);
+ //hb_log("work %s: Copying Chapter Break @ %"PRId64, w->name, buf_in->start);
buf_out->new_chap = buf_in->new_chap;
}