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
44 lines
993 B
Text
44 lines
993 B
Text
--- export/divx4_vbr.c.orig Sun Dec 16 19:53:45 2001
|
|
+++ export/divx4_vbr.c Sun Dec 16 19:54:09 2001
|
|
@@ -42,8 +42,6 @@
|
|
#include <dlfcn.h>
|
|
#include <math.h>
|
|
|
|
-#include <stdint.h>
|
|
-
|
|
#include "config.h"
|
|
#include "transcode.h"
|
|
#include "vbr.h"
|
|
--- export/export_divx4.c.orig Sun Dec 16 19:53:25 2001
|
|
+++ export/export_divx4.c Sun Dec 16 19:53:35 2001
|
|
@@ -35,8 +35,6 @@
|
|
#include <dlfcn.h>
|
|
#include <math.h>
|
|
|
|
-#include <stdint.h>
|
|
-
|
|
#include "divx4_encore2.h"
|
|
#include "transcode.h"
|
|
#include "avilib.h"
|
|
--- export/export_xvid.c.orig Sun Dec 16 19:53:51 2001
|
|
+++ export/export_xvid.c Sun Dec 16 19:54:20 2001
|
|
@@ -33,8 +33,6 @@
|
|
#include <dlfcn.h>
|
|
#include <math.h>
|
|
|
|
-#include <stdint.h>
|
|
-
|
|
#include "xvid_encore2.h"
|
|
#include "encore_ext.h"
|
|
|
|
--- export/xvid_vbr.c.orig Sun Dec 16 19:53:57 2001
|
|
+++ export/xvid_vbr.c Sun Dec 16 19:54:30 2001
|
|
@@ -42,8 +42,6 @@
|
|
#include <dlfcn.h>
|
|
#include <math.h>
|
|
|
|
-#include <stdint.h>
|
|
-
|
|
#include "config.h"
|
|
#include "transcode.h"
|
|
#include "vbr.h"
|