summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-15 21:41:53 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-15 21:41:53 +0100
commit3b39d6d38aa9d5f27b9d44a19151f4c1998cb584 (patch)
treeb7a3a6332ebbd4a4db27dfed353437bd2858edf3 /plugins
parenteebe050eb8dc488952fbcd646d1f0c3834a73b57 (diff)
one more ffmpeg compatibility fix
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ffmpeg/ffmpeg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ffmpeg/ffmpeg.c b/plugins/ffmpeg/ffmpeg.c
index 1dff9b63..c87f8cf6 100644
--- a/plugins/ffmpeg/ffmpeg.c
+++ b/plugins/ffmpeg/ffmpeg.c
@@ -39,6 +39,7 @@
#include <ffmpeg/avutil.h>
#include <ffmpeg/avstring.h>
#define AVERROR_EOF AVERROR(EPIPE)
+#define av_register_protocol register_protocol
#endif