]> git.pld-linux.org Git - packages/mjpegtools.git/blame - mjpegtools-gcc4.patch
- rel 2
[packages/mjpegtools.git] / mjpegtools-gcc4.patch
CommitLineData
0b510172
PS
1--- mjpegtools-1.8.0/lavtools/lav_io.c.orig 2005-08-27 13:47:20.000000000 +0200
2+++ mjpegtools-1.8.0/lavtools/lav_io.c 2006-03-20 02:16:54.000000000 +0100
3@@ -1367,7 +1367,7 @@
4 break;
5 #ifdef HAVE_LIBQUICKTIME
6 case 'q':
7- res = fileno(((quicktime_t *)lav_file->qt_fd)->stream);
8+ res = lqt_fileno((quicktime_t *)lav_file->qt_fd);
9 break;
10 #endif
11 default:
12--- mjpegtools-1.8.0/y4mdenoise/Region2D.hh.orig 2004-07-18 08:43:01.000000000 +0200
13+++ mjpegtools-1.8.0/y4mdenoise/Region2D.hh 2006-03-20 02:21:32.000000000 +0100
14@@ -15,6 +15,7 @@
15 // code that will work with any implementation of regions.
16
17 #include "Status_t.h"
18+#include <cassert>
19 #include <iostream>
20
21
This page took 0.026645 seconds and 4 git commands to generate.