FreeBSD Bugzilla – Attachment 51904 Details for
Bug 78717
Avidemux2 Fix 2.0.38rc1 Build for 4.x and amd64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
avidemux-2.0.38rc1_1.patch
avidemux-2.0.38rc1_1.patch (text/plain), 3.66 KB, created by
amistry
on 2005-03-12 01:30:02 UTC
(
hide
)
Description:
avidemux-2.0.38rc1_1.patch
Filename:
MIME Type:
Creator:
amistry
Created:
2005-03-12 01:30:02 UTC
Size:
3.66 KB
patch
obsolete
>diff -ruN avidemux2.orig/Makefile avidemux2/Makefile >--- avidemux2.orig/Makefile Fri Mar 11 19:55:52 2005 >+++ avidemux2/Makefile Fri Mar 11 20:24:14 2005 >@@ -7,6 +7,7 @@ > > PORTNAME= avidemux2 > PORTVERSION= 2.0.38 >+PORTREVISION= 1 > CATEGORIES= multimedia > MASTER_SITES= http://fixounet.free.fr/avidemux/ \ > http://download.berlios.de/avidemux/ >diff -ruN avidemux2.orig/files/patch-ab avidemux2/files/patch-ab >--- avidemux2.orig/files/patch-ab Wed Dec 31 19:00:00 1969 >+++ avidemux2/files/patch-ab Fri Mar 11 19:58:03 2005 >@@ -0,0 +1,11 @@ >+--- adm_lavcodec/common.h.orig Tue Mar 8 23:22:48 2005 >++++ adm_lavcodec/common.h Tue Mar 8 23:21:07 2005 >+@@ -249,7 +249,7 @@ >+ # ifdef DEBUG >+ # define dprintf(fmt,...) av_log(NULL, AV_LOG_DEBUG, fmt, ##args) >+ # else >+-# define dprintf(fmt,...) >++# define dprintf(fmt,a...) >+ # endif >+ >+ # endif /* !CONFIG_WIN32 */ >diff -ruN avidemux2.orig/files/patch-ac avidemux2/files/patch-ac >--- avidemux2.orig/files/patch-ac Wed Dec 31 19:00:00 1969 >+++ avidemux2/files/patch-ac Fri Mar 11 19:58:03 2005 >@@ -0,0 +1,62 @@ >+--- avidemux/ADM_mplex/ADM_mplexin.cpp.jsc Thu Mar 10 21:12:52 2005 >++++ avidemux/ADM_mplex/ADM_mplexin.cpp Thu Mar 10 21:13:19 2005 >+@@ -17,6 +17,7 @@ >+ #include <string.h> >+ #include <sys/stat.h> >+ >++#include "interact.hpp" >+ >+ #undef malloc >+ #undef realloc >+@@ -36,7 +37,6 @@ >+ #include "mjpeg_logging.h" >+ #include "mpegconsts.h" >+ >+-#include "interact.hpp" >+ #include "bits.hpp" >+ #include "outputstrm.hpp" >+ #include "multiplexor.hpp" >+--- avidemux/ADM_mplex/ADM_mplexmuxer.cpp.jsc Thu Mar 10 07:59:46 2005 >++++ avidemux/ADM_mplex/ADM_mplexmuxer.cpp Thu Mar 10 08:00:08 2005 >+@@ -37,6 +37,8 @@ >+ #include <sys/stat.h> >+ #include <pthread.h> >+ >++#include "interact.hpp" >++ >+ #undef malloc >+ #undef realloc >+ #undef free >+@@ -65,7 +67,6 @@ >+ #include "mjpeg_logging.h" >+ #include "mpegconsts.h" >+ >+-#include "interact.hpp" >+ #include "bits.hpp" >+ #include "outputstrm.hpp" >+ #include "multiplexor.hpp" >+--- avidemux/ADM_mplex/ADM_mplexout.cpp.orig Tue Jan 25 14:26:47 2005 >++++ avidemux/ADM_mplex/ADM_mplexout.cpp Fri Mar 11 19:32:32 2005 >+@@ -6,6 +6,7 @@ >+ #include <string.h> >+ #include <sys/stat.h> >+ >++#include "interact.hpp" >+ >+ #undef malloc >+ #undef realloc >+@@ -26,7 +27,6 @@ >+ #include "mjpeg_logging.h" >+ #include "mpegconsts.h" >+ >+-#include "interact.hpp" >+ #include "bits.hpp" >+ #include "outputstrm.hpp" >+ #include "multiplexor.hpp" >+@@ -94,4 +94,4 @@ >+ return _transfert->read(buf,number); >+ } >+ //EOF >+- >+\ No newline at end of file >++ >diff -ruN avidemux2.orig/files/patch-ad avidemux2/files/patch-ad >--- avidemux2.orig/files/patch-ad Wed Dec 31 19:00:00 1969 >+++ avidemux2/files/patch-ad Fri Mar 11 20:11:37 2005 >@@ -0,0 +1,33 @@ >+--- configure.orig Fri Mar 11 20:10:04 2005 >++++ configure Fri Mar 11 20:10:21 2005 >+@@ -21779,7 +21779,7 @@ >+ else >+ touch adm_lavcodec/config.cpu >+ fi;; >+- x86_64) >++ x86_64|amd64) >+ have_little_endian=yes; >+ echo "TARGET_X86_64=yes" >> adm_lavcodec/config.cpu >+ >+--- configure.in.orig Fri Mar 11 20:09:53 2005 >++++ configure.in Fri Mar 11 20:10:38 2005 >+@@ -717,7 +717,7 @@ >+ else >+ touch adm_lavcodec/config.cpu >+ fi;; >+- x86_64) >++ x86_64|amd64) >+ have_little_endian=yes; >+ echo "TARGET_X86_64=yes" >> adm_lavcodec/config.cpu >+ AC_DEFINE(HAVE_X86_64,1,"X86_64 amd64 assembly") >+--- configure.in.in.orig Fri Mar 11 20:09:59 2005 >++++ configure.in.in Fri Mar 11 20:10:54 2005 >+@@ -717,7 +717,7 @@ >+ else >+ touch adm_lavcodec/config.cpu >+ fi;; >+- x86_64) >++ x86_64|amd64) >+ have_little_endian=yes; >+ echo "TARGET_X86_64=yes" >> adm_lavcodec/config.cpu >+ AC_DEFINE(HAVE_X86_64,1,"X86_64 amd64 assembly")
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 78717
: 51904