Gmencoder is a gnome-2 front-end to mplayer/mencoder. It support much of the output codecs as well as postprocesing, cropping, scale, subtitles ripping, 1, 2 and 3 passes for encoding and a lot of more options are planned. http://gmencoder.sourceforge.net/
12 lines
336 B
Text
12 lines
336 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2003/04/23 18:08:36 xtraeme Exp $
|
|
|
|
--- src/callbacks.c.orig 2003-04-23 19:55:26.000000000 +0200
|
|
+++ src/callbacks.c 2003-04-23 19:55:40.000000000 +0200
|
|
@@ -8,6 +8,7 @@
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
#include <unistd.h>
|
|
+#include <pthread.h>
|
|
|
|
#include "callbacks.h"
|
|
#include "interface.h"
|