Author: jbeich
Date: Fri Apr 11 01:14:11 2014
New Revision: 1571

Log:
temporarily switch back to multimedia/gstreamer to avoid seek crash

PR:             ports/188133 (forwarded as bug 991588)

Modified:
   trunk/Gecko_ChangeLog
   trunk/Mk/bsd.gecko.mk

Modified: trunk/Gecko_ChangeLog
==============================================================================
--- trunk/Gecko_ChangeLog       Fri Apr 11 01:14:04 2014        (r1570)
+++ trunk/Gecko_ChangeLog       Fri Apr 11 01:14:11 2014        (r1571)
@@ -1,4 +1,6 @@
 - use port dependency for soundtouch library
 - require recent graphite2 version explicitly [1]
+- switch back to multimedia/gstreamer until seek crash is resolved [2]
 
 PR:    ports/187939 [1]
+PR:    ports/188133 [2]

Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk       Fri Apr 11 01:14:04 2014        (r1570)
+++ trunk/Mk/bsd.gecko.mk       Fri Apr 11 01:14:11 2014        (r1571)
@@ -728,7 +728,8 @@
 .endif
 
 .if ${PORT_OPTIONS:MGSTREAMER}
-. if ${MOZILLA_VER:R:R} >= 30 || exists(${FILESDIR}/patch-bug806917)
+.if 0 # XXX seeking crashes (bug 991588)
+#. if ${MOZILLA_VER:R:R} >= 30 || exists(${FILESDIR}/patch-bug806917)
 USE_GSTREAMER1?=good libav
 MOZ_OPTIONS+=  --enable-gstreamer=1.0
 . else
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to