3c844061b7
file and writes a YUV4MPEG stream which can be piped to mpeg2enc. In other words, it exports the nuppelvideo .nuv format for encoding (S)VCD/DVD compliant MPEGs with mjpegtools. PR: ports/73417 Submitted by: Frank W. Josellis <frank@dynamical-systems.org>
11 lines
268 B
C
11 lines
268 B
C
--- video/global.h.orig Tue Oct 9 15:52:30 2001
|
|
+++ video/global.h Mon Nov 1 09:41:06 2004
|
|
@@ -32,7 +32,7 @@
|
|
#include "quicktime.h"
|
|
|
|
#include <pthread.h>
|
|
-#include <stdint.h>
|
|
+#include <inttypes.h>
|
|
#ifdef DYNAMIC_LOADING
|
|
#include <glib.h>
|
|
#include <gmodule.h>
|