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-aa | |
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-aa')
-rw-r--r-- | multimedia/transcode/files/patch-aa | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/multimedia/transcode/files/patch-aa b/multimedia/transcode/files/patch-aa new file mode 100644 index 000000000000..7dd09b35b6ea --- /dev/null +++ b/multimedia/transcode/files/patch-aa @@ -0,0 +1,34 @@ +--- configure Thu Dec 13 20:17:56 2001 ++++ configure Sun Dec 16 01:48:02 2001 +@@ -5177,11 +5177,11 @@ + case "$target" in + *-*-freebsd*) + pthread_cflags="-D_REENTRANT -D_THREAD_SAFE" +- pthread_lib="-pthread" ++ pthread_lib="-llthread" + ;; + *) + pthread_cflags="-D_REENTRANT" +- pthread_lib="-lpthread" ++ pthread_lib="-llthread" + ;; + esac + LIBS="$pthread_lib $LIBS" +@@ -5193,7 +5193,7 @@ + #line 5193 "configure" + #include "confdefs.h" + +- #include <pthread.h> ++ #include <pthread/linuxthreads/pthread.h> + + int + main () +@@ -10604,7 +10604,7 @@ + qt_libs="" + fi; + +-EXTRA_LIBS="-lpng -lz -lpthread -lglib -ldl -lm" ++EXTRA_LIBS="-lpng -lz -llthread -lglib -ldl -lm" + + if test x$with_qt = "x"yes ; then + |