mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
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>
9 lines
340 B
C
9 lines
340 B
C
--- video/rtjpeg_plugin.h.orig Thu Jun 21 23:27:05 2001
|
|
+++ video/rtjpeg_plugin.h Mon Nov 1 09:41:06 2004
|
|
@@ -52,3 +52,6 @@
|
|
int rtjpeg_end_of_video();
|
|
int rtjpeg_check_sig(char *fname);
|
|
|
|
+/* Stolen from glibc */
|
|
+void *memmem(const void *haystack, size_t haystacklen,
|
|
+ const void *needle, size_t needlelen);
|