diff options
author | jstebbins <[email protected]> | 2010-04-10 01:10:15 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-04-10 01:10:15 +0000 |
commit | c6c3b33558aa505e6c44c988154ab253a895d1e3 (patch) | |
tree | 5c0641a9c5f962b52a49e8c079e38d88f86500f5 /libhb/sync.c | |
parent | 34d7b7d5daef1d22ab8061ebb46fea5a27a4c8fd (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/sync.c')
-rw-r--r-- | libhb/sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/sync.c b/libhb/sync.c index e4d7a30eb..f4be8c686 100644 --- a/libhb/sync.c +++ b/libhb/sync.c @@ -592,7 +592,7 @@ int syncVideoWork( hb_work_object_t * w, hb_buffer_t ** buf_in, sub->stop = sub2->start; } - // hb_log("0x%x: video seq: %lld subtitle sequence: %lld", + // hb_log("0x%x: video seq: %"PRId64" subtitle sequence: %"PRId64, // sub, cur->sequence, sub->sequence); if( sub->sequence > cur->sequence ) |