openbsd-ports/graphics/transcode/patches/patch-tools_avifix_c
sturm 55ff7d07a4 Initial import of transcode 0.6.12
transcode is a text console video-stream processing tool. 
It supports elementary video and audio frame transformations. 
Some example modules are included to enable import of MPEG-1/2, 
Digital Video, and other formats. It also includes export 
modules for writing to AVI files with DivX, OpenDivX, XviD,
Digital Video or other codecs. Direct DVD transcoding is also 
supported. A set of tools is available to extract and decode 
the sources into raw video/audio streams for import and to 
enable post-processing of AVI files.

from Waldemar Brodkorb and Jacob Meuser, maintained by
Waldemar Brodkorb <wbx at openbsd.de>
2004-06-18 18:56:42 +00:00

14 lines
316 B
Plaintext

$OpenBSD: patch-tools_avifix_c,v 1.1.1.1 2004/06/18 18:56:46 sturm Exp $
--- tools/avifix.c.orig Fri Apr 23 23:27:23 2004
+++ tools/avifix.c Fri Apr 23 23:27:51 2004
@@ -29,8 +29,8 @@
#include <fcntl.h>
#include <string.h>
-#include "avilib.h"
#include "config.h"
+#include "avilib.h"
#define EXE "avifix"