Date: Wed, 26 Oct 2011 02:07:35 GMT From: John Watson <wizputer@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/162018: www/chromium update WITH_CODECS defines Message-ID: <201110260207.p9Q27ZRj046755@red.freebsd.org> Resent-Message-ID: <201110260210.p9Q2A7KI042327@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 162018 >Category: ports >Synopsis: www/chromium update WITH_CODECS defines >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Oct 26 02:10:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: John Watson >Release: 8-STABLE >Organization: >Environment: >Description: use_proprietary_codecs has been changed to proprietary_codecs. ffmpegsumo compiles with mp3/h264 support, however chromium doesn't recognize the mime types without the proper define. >How-To-Repeat: >Fix: *** Makefile 2011-10-25 19:02:25.375081698 -0700 --- Makefile.old 2011-10-25 19:02:46.207512915 -0700 *************** *** 101,108 **** .if defined(WITH_CODECS) GYP_DEFINES+= ffmpeg_branding=Chrome ! GYP_DEFINES+= proprietary_codecs=1 .else GYP_DEFINES+= ffmpeg_branding=Chromium ! GYP_DEFINES+= proprietary_codecs=0 .endif --- 101,108 ---- .if defined(WITH_CODECS) GYP_DEFINES+= ffmpeg_branding=Chrome ! GYP_DEFINES+= use_proprietary_codecs=1 .else GYP_DEFINES+= ffmpeg_branding=Chromium ! GYP_DEFINES+= use_proprietary_codecs=0 .endif >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110260207.p9Q27ZRj046755>