- see http://www.mozilla.org/en-US/firefox/14.0.1/releasenotes/ - enable H.264 video support through gstreamer. Mention that one needs to manually install gstreamer-ffmpeg. Not all videos/sites will work. - backport cset from #776838 & #747257 for various gst fixes. - backport cset from #750620 to fix ppc (and other exotic archs) build. - backport cset from #752895 to fix packaging issues. - remove patch-content_xslt_src_base_txDouble_cpp, useless since mozilla switched to mfbt/double-conversion. - remove nss opening hack in Sync, it works fine without it. - remove the -rpath hack, not needed since matthew's ld.so fix from 12/06
14 lines
716 B
Plaintext
14 lines
716 B
Plaintext
$OpenBSD: patch-configure_in,v 1.24 2012/08/07 08:55:40 landry Exp $
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=776838
|
|
--- configure.in.orig Tue Jul 24 11:02:39 2012
|
|
+++ configure.in Tue Jul 24 11:02:51 2012
|
|
@@ -5825,7 +5825,7 @@ if test "$MOZ_GSTREAMER"; then
|
|
gstreamer-plugins-base-$GST_API_VERSION)
|
|
if test -n "$GSTREAMER_LIBS"; then
|
|
_SAVE_LDFLAGS=$LDFLAGS
|
|
- LDFLAGS="$LDFLAGS -lgstvideo-$GST_API_VERSION"
|
|
+ LDFLAGS="$LDFLAGS $GSTREAMER_LIBS -lgstvideo-$GST_API_VERSION"
|
|
AC_TRY_LINK(,[return 0;],_HAVE_LIBGSTVIDEO=1,_HAVE_LIBGSTVIDEO=)
|
|
if test -n "$_HAVE_LIBGSTVIDEO" ; then
|
|
GSTREAMER_LIBS="$GSTREAMER_LIBS -lgstvideo-$GST_API_VERSION"
|