$OpenBSD: patch-plugins_video_MPEG4-ffmpeg_Makefile_in,v 1.3 2013/11/02 15:55:53 ajacoutot Exp $

Fix compilation/runtime with ffmpeg 0.11 (Arch Linux):
https://projects.archlinux.org/svntogit/packages.git/tree/trunk/opal-ffmpeg.patch?h=packages/opal

--- plugins/video/MPEG4-ffmpeg/Makefile.in.orig	Thu Aug 15 01:22:47 2013
+++ plugins/video/MPEG4-ffmpeg/Makefile.in	Sat Nov  2 16:28:49 2013
@@ -31,7 +31,7 @@ SRCDIR    := .
 SRCS      := mpeg4.cxx $(COMMONDIR)/dyna.cxx
 
 CFLAGS += @LIBAVCODEC_CFLAGS@ -I$(COMMONDIR)
-LIBS   += @DL_LIBS@
+LIBS   += @DL_LIBS@ @LIBAVUTIL_LIBS@
 
 # Add LIBAVCODEC_SOURCE_DIR to the include path so we can #include <libavcodec/...h>
 # Also add libavutil, so ffmpeg headers can #include "log.h".
