diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-03-14 12:14:32 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-03-14 12:14:32 +0000 |
commit | 106065cc05267a38fba0460ee146def1f8790e0b (patch) | |
tree | 28d96b3cb745ef994b958765a3e96d09a8d01230 /multimedia/avidemux2/files/patch-ab | |
parent | - Unbreak: Chase tarball reroll (verified) (diff) |
- Fix build on amd64 and 4.x.
PR: ports/78717
Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
Notes
Notes:
svn path=/head/; revision=131182
Diffstat (limited to 'multimedia/avidemux2/files/patch-ab')
-rw-r--r-- | multimedia/avidemux2/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/avidemux2/files/patch-ab b/multimedia/avidemux2/files/patch-ab new file mode 100644 index 000000000000..b843f144dc2d --- /dev/null +++ b/multimedia/avidemux2/files/patch-ab @@ -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 */ |