svn commit: r331762 - in head/multimedia/tvheadend: . files
William Grzybowski
wg at FreeBSD.org
Sun Oct 27 12:08:03 UTC 2013
Author: wg
Date: Sun Oct 27 12:08:02 2013
New Revision: 331762
URL: http://svnweb.freebsd.org/changeset/ports/331762
Log:
multimedia/tvheadend: link against ffmpeg
- Link using ffmpeg instead of ffmpeg1
Approved by: portmgr (bapt, implicit)
Deleted:
head/multimedia/tvheadend/files/patch-configure
Modified:
head/multimedia/tvheadend/Makefile
Modified: head/multimedia/tvheadend/Makefile
==============================================================================
--- head/multimedia/tvheadend/Makefile Sun Oct 27 11:58:23 2013 (r331761)
+++ head/multimedia/tvheadend/Makefile Sun Oct 27 12:08:02 2013 (r331762)
@@ -68,7 +68,7 @@ DVBCSA_LIB_DEPENDS= libdvbcsa.so:${PORTS
DVBCSA_CONFIGURE_ON= --enable-dvbcsa
DVBCSA_CONFIGURE_OFF= --disable-dvbcsa
-FFMPEG_LIB_DEPENDS= libavcodec1.so:${PORTSDIR}/multimedia/ffmpeg1
+FFMPEG_LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
FFMPEG_CONFIGURE_ON= --enable-libav
FFMPEG_CONFIGURE_OFF= --disable-libav
More information about the svn-ports-head
mailing list