diff options
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 */ |