Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Mar 2011 17:38:35 +0200
From:      Evan Martin <evan@chromium.org>
To:        "Y. A." <nexther0@gmail.com>
Cc:        freebsd-chromium@freebsd.org
Subject:   Re: fixes for Makefile pkg-plist and build-in ffmpeg
Message-ID:  <AANLkTinwj5RrkLdEPSSDa4vTFVUFL6e95tDi2ZOikTuN@mail.gmail.com>
In-Reply-To: <AANLkTikoBu5GEKSRNQPjVofrZ5WOj=nR%2BcTkA26mrLNF@mail.gmail.com>
References:  <AANLkTik5FbEcH8nB2SUtHNZYiLnaSVF1x1HmjcW0baO2@mail.gmail.com> <AANLkTimrOiK=e01-doqC8jJuOaXyZ6dni8Ngk8b1AmYK@mail.gmail.com> <BANLkTimn8joDX%2Bv3Zz%2BJ04p0SPQCKPeLOw@mail.gmail.com> <AANLkTikoBu5GEKSRNQPjVofrZ5WOj=nR%2BcTkA26mrLNF@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Mar 27, 2011 at 5:36 PM, Y. A. <nexther0@gmail.com> wrote:
> +--- third_party/ffmpeg/ffmpeg.gyp.orig 2011-03-23 10:02:47.000000000 +02=
00
> ++++ third_party/ffmpeg/ffmpeg.gyp =A0 =A0 =A02011-03-27 15:07:20.0000000=
00 +0300
> +@@ -56,7 +56,7 @@
> + =A0 =A0 =A0 ['target_arch=3D=3D"arm"', {
> + =A0 =A0 =A0 =A0 'ffmpeg_asm_lib': 0,
> + =A0 =A0 =A0 }],
> +- =A0 =A0 =A0['OS=3D=3D"mac" or OS=3D=3D"win"', {
> ++ =A0 =A0 =A0['OS=3D=3D"mac" or OS=3D=3D"win" or OS=3D=3D"freebsd"', {
> + =A0 =A0 =A0 =A0 'os_config%': '<(OS)',
> + =A0 =A0 =A0 }, { =A0# all other Unix OS's use the linux config
> + =A0 =A0 =A0 =A0 'os_config%': 'linux',
> +@@ -82,7 +82,7 @@

I'd be happy to take a patch like this upstream if you think it's correct.
If Linux is the special case, then perhaps simplifying the test to
just 'OS!=3D"linux"' (and fixing the comment below) might be nice.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTinwj5RrkLdEPSSDa4vTFVUFL6e95tDi2ZOikTuN>