<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta http-equiv="Content-Style-Type" content="text/css" />
  <meta name="generator" content="pandoc" />
  <title></title>
  <style type="text/css">code{white-space: pre;}</style>
</head>
<body>
<p>On 2016-11-04 18:08, Steve Lhomme wrote:</p>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> make sure we use a dummy/portable vout by default in tests.
 ---
  test/libvlc/test.h | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)

 diff --git a/test/libvlc/test.h b/test/libvlc/test.h
 index 4e8356a..62e260f 100644
 --- a/test/libvlc/test.h
 +++ b/test/libvlc/test.h
 @@ -48,7 +48,7 @@
   */

  static const char * test_defaults_args[] = {
 -    "-v",
 +    "-v", "--vout=vdummy",
  };

  static const int test_defaults_nargs =
 @@ -56,6 +56,7 @@ static const int test_defaults_nargs =

  /*static const char test_default_sample[] = "samples/test.sample";*/
  static const char test_default_sample[] = SRCDIR"/samples/empty.voc";
 +static const char test_default_video[] = SRCDIR"/samples/image.jpg";</code></pre>
</blockquote>
<p>Does it not make more sense to incorporate the addition of this line in <code>[PATCH 10/15]</code> (given that is when it is first used)?</p>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code>  /*********************************************************************
 -- 
 2.10.1

 _______________________________________________
 vlc-devel mailing list
 To unsubscribe or modify your subscription options:
 https://mailman.videolan.org/listinfo/vlc-devel</code></pre>
</blockquote>
</body>
</html>