OSDN Git Service

Reinstated the "-6" option in the getopt_long call in test.c (looks like it had been...
authormaurj <maurj@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 12 Mar 2007 17:16:38 +0000 (17:16 +0000)
committermaurj <maurj@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 12 Mar 2007 17:16:38 +0000 (17:16 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@429 b64f7644-9d1e-0410-96f1-a4d463321fa5

test/test.c

index de44786..c84b573 100644 (file)
@@ -649,7 +649,7 @@ static int ParseOptions( int argc, char ** argv )
         int c;
 
         c = getopt_long( argc, argv,
-                         "hvuC:f:i:o:t:c:a:s:e:E:2dgpw:l:n:b:q:S:B:r:R:Qx:Y:X:",
+                         "hvuC:f:i:o:t:c:a:6s:e:E:2dgpw:l:n:b:q:S:B:r:R:Qx:Y:X:",
                          long_options, &option_index );
         if( c < 0 )
         {