Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 375560 Details for
Bug 508488
media-video/vlc-2.0.7 USE=flac with media-libs/flac-1.3.0 - flac.c:41:28: fatal error: stream_decoder.h: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to vlc 2.0.7 to modify modules/codec/flac.c to correct headers of stream decoder
vlc-2.0.7-fix-FLAC-includes.patch (text/plain), 376 bytes, created by
Fletch Hasues
on 2014-04-23 17:12:31 UTC
(
hide
)
Description:
Patch to vlc 2.0.7 to modify modules/codec/flac.c to correct headers of stream decoder
Filename:
MIME Type:
Creator:
Fletch Hasues
Created:
2014-04-23 17:12:31 UTC
Size:
376 bytes
patch
obsolete
>--- modules/codec/flac.c.orig 2014-04-23 12:50:42.337868647 -0400 >+++ modules/codec/flac.c 2014-04-23 12:51:04.243868647 -0400 >@@ -38,8 +38,8 @@ > #include <vlc_codec.h> > #include <vlc_aout.h> > >-#include <stream_decoder.h> >-#include <stream_encoder.h> >+#include <FLAC/stream_decoder.h> >+#include <FLAC/stream_encoder.h> > > #include <vlc_block_helper.h> > #include <vlc_bits.h>
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 508488
:
375558
| 375560