diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-12-29 02:18:03 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-12-29 02:18:03 +0800 |
commit | 166b1b26c63dd2ecdb02a1f134fd35490340ca1f (patch) | |
tree | 59f3c6b1f6d432dc49327ba9dcaf84ec004a5682 /www/firefox-esr | |
parent | 7c1d14fc334fa9b3190aaf3af7d375c5ba6a8592 (diff) | |
download | freebsd-ports-graphics-166b1b26c63dd2ecdb02a1f134fd35490340ca1f.tar.gz freebsd-ports-graphics-166b1b26c63dd2ecdb02a1f134fd35490340ca1f.tar.zst freebsd-ports-graphics-166b1b26c63dd2ecdb02a1f134fd35490340ca1f.zip |
gecko: phase out GStreamer support
H.264 is decoded by FFmpeg directly since Firefox 43.0. GStreamer
doesn't support DASH and no longer used by default since r397984
brings libavcodec.so.
https://bugzilla.mozilla.org/show_bug.cgi?id=1234092
Diffstat (limited to 'www/firefox-esr')
-rw-r--r-- | www/firefox-esr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 831b41366bc..9fb324e6b48 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 38.4.0 DISTVERSIONSUFFIX=esr.source -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ |