Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 38687 Details for
Bug 62262
bmp-wma ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
0.1.0-functions-above-caller.patch
0.1.0-functions-above-caller.patch (text/plain), 1.08 KB, created by
Tony Vroon (RETIRED)
on 2004-09-01 08:26:44 UTC
(
hide
)
Description:
0.1.0-functions-above-caller.patch
Filename:
MIME Type:
Creator:
Tony Vroon (RETIRED)
Created:
2004-09-01 08:26:44 UTC
Size:
1.08 KB
patch
obsolete
>--- src/wma123/wma123.c.orig 2004-09-01 15:44:57.865952376 +0100 >+++ src/wma123/wma123.c 2004-09-01 15:45:26.047668104 +0100 >@@ -220,6 +220,18 @@ > av_close_input_file(ic); > } > >+static void >+help() >+{ >+ >+ (void)fprintf(stderr, "usage: [args] file1 file2 ...\n\n"); >+ (void)fprintf(stderr, "arguments:\n"); >+ (void)fprintf(stderr, "\t-q\tbe quiet (don't print title) [default: off]\n"); >+ (void)fprintf(stderr, "\t-h\tprint this text\n"); >+ (void)fprintf(stderr,"\t-a <dev>\t-use device <dev> for audio output [default: /dev/dsp0]\n"); >+ exit(0); >+} >+ > int main(int argc, char *argv[]) > { > char **playlist_array; >@@ -296,16 +308,4 @@ > (void)fprintf(stderr, "usage: wma123 [-hq] [-a device] file1 file2 ...\n"); > exit(0); > } >- >-static void >-help() >-{ >- >- (void)fprintf(stderr, "usage: [args] file1 file2 ...\n\n"); >- (void)fprintf(stderr, "arguments:\n"); >- (void)fprintf(stderr, "\t-q\tbe quiet (don't print title) [default: off]\n"); >- (void)fprintf(stderr, "\t-h\tprint this text\n"); >- (void)fprintf(stderr,"\t-a <dev>\t-use device <dev> for audio output [default: /dev/dsp0]\n"); >- exit(0); >-} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 62262
:
38512
|
38678
|
38686
|
38687
|
38688
|
46570
|
46571