aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/avbin
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2010-07-25 00:38:20 +0800
committermm <mm@FreeBSD.org>2010-07-25 00:38:20 +0800
commit729d247024d71c0b2a480942576a36ce25b41779 (patch)
treef92783c4eaf831791e0cc11db07fc66247cc6df4 /multimedia/avbin
parentf40280f19becf0224de3b235ba0627a4b618f878 (diff)
downloadfreebsd-ports-gnome-729d247024d71c0b2a480942576a36ce25b41779.tar.gz
freebsd-ports-gnome-729d247024d71c0b2a480942576a36ce25b41779.tar.zst
freebsd-ports-gnome-729d247024d71c0b2a480942576a36ce25b41779.zip
- Update ffmpeg to 0.6
Diffstat (limited to 'multimedia/avbin')
-rw-r--r--multimedia/avbin/Makefile2
-rw-r--r--multimedia/avbin/files/patch-src-avbin.c13
2 files changed, 12 insertions, 3 deletions
diff --git a/multimedia/avbin/Makefile b/multimedia/avbin/Makefile
index a1bbb0990cb3..4973807ec169 100644
--- a/multimedia/avbin/Makefile
+++ b/multimedia/avbin/Makefile
@@ -7,7 +7,7 @@
PORTNAME= avbin
PORTVERSION= 7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
http://mirror.amdmi3.ru/distfiles/
diff --git a/multimedia/avbin/files/patch-src-avbin.c b/multimedia/avbin/files/patch-src-avbin.c
index 8a0ead8622aa..453e12ba26da 100644
--- a/multimedia/avbin/files/patch-src-avbin.c
+++ b/multimedia/avbin/files/patch-src-avbin.c
@@ -1,6 +1,15 @@
--- src/avbin.c.orig 2008-09-21 08:45:33.000000000 +0200
-+++ src/avbin.c 2009-08-11 15:02:52.574916144 +0200
-@@ -215,10 +237,6 @@
++++ src/avbin.c 2010-07-11 10:38:40.684168520 +0200
+@@ -43,6 +43,8 @@
+
+ static AVbinLogCallback user_log_callback = NULL;
+
++static int av_log_level;
++
+ /**
+ * Format log messages and call the user log callback. Essentially a
+ * reimplementation of libavutil/log.c:av_log_default_callback.
+@@ -215,10 +217,6 @@
info->audio.sample_format = AVBIN_SAMPLE_FORMAT_S16;
info->audio.sample_bits = 16;
break;