freebsd-ports/graphics/transcode/files/patch-ab
Dirk Meyer d516b6cfe4 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
2002-03-30 12:02:14 +00:00

10 lines
228 B
Text

--- src/transcode.h Sun Dec 16 19:31:29 2001
+++ src/transcode.h Sun Dec 16 19:31:59 2001
@@ -39,6 +39,7 @@
#include <string.h>
#ifdef NET_STREAM
+#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#endif