summaryrefslogtreecommitdiff
path: root/multimedia/motion
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-10-02 23:13:10 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-10-02 23:13:10 +0000
commit6420cce43adfe0f6ff1efa3e733ee248105afe2f (patch)
tree3bf9c8c9fff1d511393a6f3fa4518bbe7f232cf6 /multimedia/motion
parent- Fix my mistake in the makefile (diff)
- Fix build after recent ffmpeg update
Submitted by: Angel Carpintero <ack@telefonica.net> (maintainer)
Notes
Notes: svn path=/head/; revision=200707
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 );
+