All of lore.kernel.org
 help / color / mirror / Atom feed
* gst-ffmpeg configure-fix patch and yasm
@ 2013-03-30 15:00 dv
  2013-03-30 16:40 ` Otavio Salvador
  0 siblings, 1 reply; 6+ messages in thread
From: dv @ 2013-03-30 15:00 UTC (permalink / raw)
  To: openembedded-devel

Hello,

I noticed this part of the configure-fix.patch file for gst-ffmpeg 0.10.13:

+  if test "x$disable_yasm" != "xyes"; then
+    embffmpeg_configure_args="$embffmpeg_configure_args --disable-yasm"
+  fi

Shouldn't the test be:  if test "x$disable_yasm" = "xyes"  ?
To me, it seems as if this code adds --disable-yasm if disable_yasm is 
not set to "yes", which is the complete opposite of the intended behavior.

Or am I missing some detail about shell script code here?



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

end of thread, other threads:[~2013-04-11 14:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-30 15:00 gst-ffmpeg configure-fix patch and yasm dv
2013-03-30 16:40 ` Otavio Salvador
2013-03-30 20:30   ` dv
2013-03-30 22:10     ` Otavio Salvador
2013-04-03  5:07     ` Martin Jansa
2013-04-11 14:18       ` Martin Jansa

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.