2 changed files with 4 additions and 34 deletions
@ -1,28 +0,0 @@ |
|||||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
||||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
||||||
#
|
|
||||||
# Filename: package/.../mjpegtools/hotfix_libquicktime.patch
|
|
||||||
# Copyright (C) 2006 The T2 SDE Project
|
|
||||||
#
|
|
||||||
# More information can be found in the files COPYING and README.
|
|
||||||
#
|
|
||||||
# This patch file is dual-licensed. It is available under the license the
|
|
||||||
# patched project is licensed under, as long as it is an OpenSource license
|
|
||||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
|
||||||
# of the GNU General Public License as published by the Free Software
|
|
||||||
# Foundation; either version 2 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
|
||||||
|
|
||||||
diff -Nur mjpegtools-1.8.0-orig/lavtools/lav_io.c mjpegtools-1.8.0/lavtools/lav_io.c
|
|
||||||
--- mjpegtools-1.8.0-orig/lavtools/lav_io.c 2005-08-27 11:47:20.000000000 +0000
|
|
||||||
+++ mjpegtools-1.8.0/lavtools/lav_io.c 2006-01-28 11:03:16.152857000 +0000
|
|
||||||
@@ -1367,7 +1367,7 @@
|
|
||||||
break;
|
|
||||||
#ifdef HAVE_LIBQUICKTIME
|
|
||||||
case 'q':
|
|
||||||
- res = fileno(((quicktime_t *)lav_file->qt_fd)->stream);
|
|
||||||
+ res = lqt_fileno((quicktime_t *)lav_file->qt_fd);
|
|
||||||
break;
|
|
||||||
#endif
|
|
||||||
default:
|
|
@ -1,9 +1,8 @@ |
|||||||
|
|
||||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
[COPY] |
[COPY] |
||||||
[COPY] Filename: package/.../mjpegtools/mjpegtools.desc |
[COPY] Filename: package/.../mjpegtools/mjpegtools.desc |
||||||
[COPY] Copyright (C) 2006 The OpenSDE Project |
[COPY] Copyright (C) 2006 - 2008 The OpenSDE Project |
||||||
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project |
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project |
||||||
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf |
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf |
||||||
[COPY] |
[COPY] |
||||||
@ -29,13 +28,12 @@ |
|||||||
[A] Gernot Ziegler <[email protected]> |
[A] Gernot Ziegler <[email protected]> |
||||||
[M] The OpenSDE Community <[email protected]> |
[M] The OpenSDE Community <[email protected]> |
||||||
|
|
||||||
[F] NOPARALLEL FPIC-QUIRK |
[F] FPIC-QUIRK |
||||||
[C] extra/multimedia |
[C] extra/multimedia |
||||||
|
|
||||||
[L] GPL |
[L] GPL |
||||||
[S] Stable |
[S] Stable |
||||||
[V] 1.8.0 |
[V] 1.9.0rc3 |
||||||
[P] X -----5---9 157.200 |
[P] X -----5---9 157.200 |
||||||
|
|
||||||
[D] 3871400418 mjpegtools-1.8.0.tar.gz http://dl.sourceforge.net/sourceforge/mjpeg/ |
[D] 3101245274 mjpegtools-1.9.0rc3.tar.gz http://dl.sourceforge.net/sourceforge/mjpeg/ |
||||||
|
|
||||||
|
Loading…
Reference in new issue