aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/motion
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-10-03 07:13:10 +0800
committerpav <pav@FreeBSD.org>2007-10-03 07:13:10 +0800
commit4a27d86fe10378f0041fe659a5e4fc587b00e8b3 (patch)
tree38b6a2e487b3274e8f1b0196502ce2593efcff8d /multimedia/motion
parent311f7108d04d463ec0af676ec511ea9bf17bc1b6 (diff)
downloadfreebsd-ports-gnome-4a27d86fe10378f0041fe659a5e4fc587b00e8b3.tar.gz
freebsd-ports-gnome-4a27d86fe10378f0041fe659a5e4fc587b00e8b3.tar.zst
freebsd-ports-gnome-4a27d86fe10378f0041fe659a5e4fc587b00e8b3.zip
- Fix build after recent ffmpeg update
Submitted by: Angel Carpintero <ack@telefonica.net> (maintainer)
Diffstat (limited to 'multimedia/motion')
-rw-r--r--multimedia/motion/files/patch-ffmpeg.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/motion/files/patch-ffmpeg.c b/multimedia/motion/files/patch-ffmpeg.c
new file mode 100644
index 000000000000..524de23f452d
--- /dev/null
+++ b/multimedia/motion/files/patch-ffmpeg.c
@@ -0,0 +1,10 @@
+--- ffmpeg.c.orig 2007-07-18 09:18:05.000000000 +0200
++++ ffmpeg.c 2007-10-03 01:05:23.000000000 +0200
+@@ -126,6 +126,7 @@
+ /* ffmpeg_init initializes for libavformat. */
+ void ffmpeg_init()
+ {
++ URLProtocol file_protocol;
+ av_register_all();
+ av_log_set_callback( (void *)ffmpeg_avcodec_log );
+