forked from Lainports/freebsd-ports
VOB source files, AC3 sound and divx output (and many more). sharfile disfunctional, each file should end with newline. mailclient seems to eat tabs away. PR: 32986 Submitted by: hendrik@scholz.net
19 lines
488 B
Text
19 lines
488 B
Text
--- import/nuv/rtjpeg_plugin.c.orig Fri Nov 30 19:52:41 2001
|
|
+++ import/nuv/rtjpeg_plugin.c Sun Dec 16 20:10:54 2001
|
|
@@ -23,7 +23,6 @@
|
|
|
|
#define _LARGEFILE64_SOURCE 1
|
|
|
|
-#include <features.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <unistd.h>
|
|
@@ -99,7 +98,7 @@
|
|
regions[0].end = -1;
|
|
}
|
|
|
|
- rtjpeg_file=open(tplorg, O_RDONLY|O_LARGEFILE);
|
|
+ rtjpeg_file=open(tplorg, O_RDONLY);
|
|
|
|
if (rtjpeg_file == -1) {
|
|
fprintf(stderr, "File not found: %s\n", tplorg);
|