Date: Thu, 16 Feb 2012 21:30:03 +0100 From: Oliver Pinter <oliver.pntr@gmail.com> To: mm@freebsd.org Cc: stable@freebsd.org Subject: ffmpeg patch to fix build with libvpx Message-ID: <CAPjTQNH1hWAgBAa_dRSWDFM0OSzB27TWeeoUCcK0zf47U=BJCw@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
[-- Attachment #2 --]
--- /tmp/Makefile.orig 2012-02-16 21:27:19.000000000 +0100
+++ Makefile 2012-02-16 21:27:30.000000000 +0100
@@ -357,7 +357,7 @@
# vp8
.if !defined(WITHOUT_VP8)
-LIB_DEPENDS+= vpx.0:${PORTSDIR}/multimedia/libvpx
+LIB_DEPENDS+= vpx.1:${PORTSDIR}/multimedia/libvpx
CONFIGURE_ARGS+= --enable-libvpx
.else
CONFIGURE_ARGS+= --disable-libvpx
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPjTQNH1hWAgBAa_dRSWDFM0OSzB27TWeeoUCcK0zf47U=BJCw>
