search for: commandlineopt

Displaying 6 results from an estimated 6 matches for "commandlineopt".

Did you mean: commandline&gt
2005 May 25
0
[PATCH] Fix fuction prototypes/definitions with void argument
...operations.c-dist 2005-05-25 16:20:02.000000000 +0200 +++ src/metaflac/operations.c 2005-05-25 16:20:09.000000000 +0200 @@ -26,7 +26,7 @@ #include <stdlib.h> #include <string.h> -static void show_version(); +static void show_version(void); static FLAC__bool do_major_operation(const CommandLineOptions *options); static FLAC__bool do_major_operation_on_file(const char *filename, const CommandLineOptions *options); static FLAC__bool do_major_operation__list(const char *filename, FLAC__Metadata_Chain *chain, const CommandLineOptions *options); @@ -83,7 +83,7 @@ FLAC__bool do_operations(const...
2004 Sep 10
2
FLAC 1.0.4 beta released
...main.c.orig 2002-09-12 23:44:54.000000000 +0200 +++ src/metaflac/main.c 2002-09-12 23:59:10.000000000 +0200 @@ -33,6 +33,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <locale.h> #if 0 /*[JEC] was:#if HAVE_GETOPT_LONG*/ @@ -308,6 +309,7 @@ CommandLineOptions options; int ret = 0; + setlocale(LC_ALL, ""); init_options(&options); if(parse_options(argc, argv, &options))
2001 Jul 13
1
Unreal & Mousecapture
...t;Y" .... I let the Windowmanager manage the winewindow, I played with the CaptureMouse Options in UnrealTournament.ini but nothing is working. But Unreal is nearly unplayable for me without the mouse ! Is there anybody who can point me to a hint how I can force wine to grab the mouse ? Any commandlineoptions for wine or for Unreal ?? Any suggestions ? Thanx a lot. Greetx Jason
2007 Jan 08
6
[PATCH 0/5] Debian patches for 1.1.3
Hi Josh, Here are all the patches that are currently applied to the Debian packages for flac. You may disagree with some of them but as the current maintainer, I'm submitting them all for your consideration. (I should've submitted them earlier, but I've been quite busy. Sorry!) Here is a listing of the patches that I'll be sending: Patch 1 fixes a simple typo in metaflac
2007 Jul 14
2
PATCH : Fix missing protoypes
...-07-14 08:45:49 +0000 +++ src/metaflac/operations.c 2007-07-15 01:13:06 +0000 @@ -29,6 +29,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include "operations_shorthand.h" static void show_version(void); static FLAC__bool do_major_operation(const CommandLineOptions *options); --- src/metaflac/operations_shorthand_cuesheet.c 2007-07-14 08:45:49 +0000 +++ src/metaflac/operations_shorthand_cuesheet.c 2007-07-15 01:13:41 +0000 @@ -27,6 +27,7 @@ #include "utils.h" #include "FLAC/assert.h" #include "share/grabbag.h" +#include &...
2004 Sep 10
5
FLAC 1.0.4 beta released
All, I have just finished uploading the source release for FLAC 1.0.4 beta to Sourceforge; there are no binary releases. See the included doc/html/news.html for the changes since 1.0.3; there are quite a few. http://prdownloads.sourceforge.net/flac/flac-1.0.4_beta-src.tar.gz?download Please beat up on this as much as possible in the next week or two and try and turn up bugs. Here's a