diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-30 12:02:14 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-30 12:02:14 +0000 |
commit | d516b6cfe43170defe1238178b67e75ada0122e5 (patch) | |
tree | 68cab071a4fa17929da99094838bda81931a2eba /multimedia/transcode/files/patch-ad | |
parent | cd dir && command -> cd dir; command (diff) |
transcode is a console based utility for video conversion. It supports
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
Notes
Notes:
svn path=/head/; revision=56943
Diffstat (limited to 'multimedia/transcode/files/patch-ad')
-rw-r--r-- | multimedia/transcode/files/patch-ad | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/multimedia/transcode/files/patch-ad b/multimedia/transcode/files/patch-ad new file mode 100644 index 000000000000..86b58cdcd602 --- /dev/null +++ b/multimedia/transcode/files/patch-ad @@ -0,0 +1,44 @@ +--- 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" |