View | Details | Raw Unified | Return to bug 182839
Collapse All | Expand All

(-)multimedia/ffmpeg/Makefile (-2 / +2 lines)
Lines 4-10 Link Here
4
PORTNAME=	ffmpeg
4
PORTNAME=	ffmpeg
5
PORTVERSION=	0.7.15
5
PORTVERSION=	0.7.15
6
PORTEPOCH=	1
6
PORTEPOCH=	1
7
PORTREVISION=	1
7
PORTREVISION=	2
8
CATEGORIES=	multimedia audio ipv6 net
8
CATEGORIES=	multimedia audio ipv6 net
9
MASTER_SITES=	http://ffmpeg.org/releases/
9
MASTER_SITES=	http://ffmpeg.org/releases/
10
10
Lines 363-369 CONFIGURE_ARGS+= --disable-libvpx Link Here
363
363
364
# x264
364
# x264
365
.if ${PORT_OPTIONS:MX264}
365
.if ${PORT_OPTIONS:MX264}
366
LIB_DEPENDS+=	x264.125:${PORTSDIR}/multimedia/x264
366
LIB_DEPENDS+=	x264:${PORTSDIR}/multimedia/x264
367
CONFIGURE_ARGS+=	--enable-libx264
367
CONFIGURE_ARGS+=	--enable-libx264
368
.else
368
.else
369
CONFIGURE_ARGS+=	--disable-libx264
369
CONFIGURE_ARGS+=	--disable-libx264
(-)multimedia/ffmpeg/files/patch-doc-protocols.texi (+13 lines)
Line 0 Link Here
1
--- doc/protocols.texi.orig	2013-02-17 14:46:23.000000000 -0800
2
+++ doc/protocols.texi	2013-10-08 12:00:38.375693236 -0700
3
@@ -155,8 +155,8 @@
4
 
5
 Real-Time Messaging Protocol.
6
 
7
-The Real-Time Messaging Protocol (RTMP) is used for streaming multimeā€
8
-dia content across a TCP/IP network.
9
+The Real-Time Messaging Protocol (RTMP) is used for streaming multimedia
10
+content across a TCP/IP network.
11
 
12
 The required syntax is:
13
 @example

Return to bug 182839