all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] Correcting FFmpeg build error
@ 2014-07-20 19:10 Jason Self
  2014-07-20 19:49 ` Ludovic Courtès
  2014-07-20 20:42 ` Andreas Enge
  0 siblings, 2 replies; 3+ messages in thread
From: Jason Self @ 2014-07-20 19:10 UTC (permalink / raw)
  To: guix-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-ffmpeg-Remove-disable-vis.patch --]
[-- Type: text/x-patch; name="0001-gnu-ffmpeg-Remove-disable-vis.patch", Size: 843 bytes --]

From 8077c5b884c296b59607176193dbc939908a4fe0 Mon Sep 17 00:00:00 2001
From: Jason Self <j@jxself.org>
Date: Sun, 20 Jul 2014 12:08:58 -0700
Subject: [PATCH 1/1] gnu: ffmpeg: Remove --disable-vis.

* gnu/packages/video.scm (ffmpeg): Remove --disable-vis.

Signed-off-by: Jason Self <j@jxself.org>
---
 gnu/packages/video.scm |    1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 075113c..8850543 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -193,7 +193,6 @@
                       "--disable-armv6t2"
                       "--disable-vfp"
                       "--disable-neon"
-                      "--disable-vis"
                       "--disable-mips32r2"
                       "--disable-mipsdspr1"
                       "--disable-mipsdspr2"
-- 
1.7.9.5


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Correcting FFmpeg build error
  2014-07-20 19:10 [PATCH] Correcting FFmpeg build error Jason Self
@ 2014-07-20 19:49 ` Ludovic Courtès
  2014-07-20 20:42 ` Andreas Enge
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2014-07-20 19:49 UTC (permalink / raw)
  To: Jason Self; +Cc: guix-devel

"Jason Self" <jason@bluehome.net> skribis:

> From 8077c5b884c296b59607176193dbc939908a4fe0 Mon Sep 17 00:00:00 2001
> From: Jason Self <j@jxself.org>
> Date: Sun, 20 Jul 2014 12:08:58 -0700
> Subject: [PATCH 1/1] gnu: ffmpeg: Remove --disable-vis.
>
> * gnu/packages/video.scm (ffmpeg): Remove --disable-vis.

OK to push, thanks.

Ludo’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Correcting FFmpeg build error
  2014-07-20 19:10 [PATCH] Correcting FFmpeg build error Jason Self
  2014-07-20 19:49 ` Ludovic Courtès
@ 2014-07-20 20:42 ` Andreas Enge
  1 sibling, 0 replies; 3+ messages in thread
From: Andreas Enge @ 2014-07-20 20:42 UTC (permalink / raw)
  To: Jason Self; +Cc: guix-devel

Hello,

On Sun, Jul 20, 2014 at 12:10:35PM -0700, Jason Self wrote:
> -                      "--disable-vis"

if I remember correctly, this option was used to disable special instructions
for a cpu-subtype. Could you maybe check that as it was removed, no other
options of this type were added? Otherwise, we might need some further
"--disable-xxx".

Andreas

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-20 20:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-20 19:10 [PATCH] Correcting FFmpeg build error Jason Self
2014-07-20 19:49 ` Ludovic Courtès
2014-07-20 20:42 ` Andreas Enge

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.