FreeBSD Bugzilla – Attachment 158802 Details for
Bug 201589
[patch] audio/audacity: issues building with ffmpeg
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixing FFmpeg.h extern for 2.7 branch
patch-src_ffmpeg.h (text/plain), 861 bytes, created by
Christian Heckendorf
on 2015-07-15 15:06:42 UTC
(
hide
)
Description:
Fixing FFmpeg.h extern for 2.7 branch
Filename:
MIME Type:
Creator:
Christian Heckendorf
Created:
2015-07-15 15:06:42 UTC
Size:
861 bytes
patch
obsolete
>--- src/FFmpeg.h 2015-03-01 20:06:57.000000000 -0500 >+++ src/FFmpeg.h 2015-07-15 10:16:58.000000000 -0400 >@@ -688,7 +688,7 @@ > FFMPEG_FUNCTION_WITH_RETURN( > AVOutputFormat*, > av_oformat_next, >- (AVOutputFormat *f), >+ (const AVOutputFormat *f), > (f) > ); > FFMPEG_FUNCTION_WITH_RETURN( >@@ -755,7 +755,7 @@ > FFMPEG_FUNCTION_WITH_RETURN( > int, > av_fifo_size, >- (AVFifoBuffer *f), >+ (const AVFifoBuffer *f), > (f) > ); > FFMPEG_FUNCTION_WITH_RETURN( >@@ -801,7 +801,7 @@ > FFMPEG_FUNCTION_WITH_RETURN( > AVDictionaryEntry *, > av_dict_get, >- (AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags), >+ (const AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags), > (m, key, prev, flags) > ); > FFMPEG_FUNCTION_WITH_RETURN(
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 201589
:
158801
| 158802