FreeBSD Bugzilla – Attachment 98716 Details for
Bug 137669
[PATCH] multimedia/avbin: fix ffmpeg 0.5 compatibility
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
avbin-7_1.patch
avbin-7_1.patch (text/plain), 1.34 KB, created by
Martin Matuska
on 2009-08-11 14:30:04 UTC
(
hide
)
Description:
avbin-7_1.patch
Filename:
MIME Type:
Creator:
Martin Matuska
Created:
2009-08-11 14:30:04 UTC
Size:
1.34 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/multimedia/avbin/Makefile,v >retrieving revision 1.2 >diff -u -r1.2 Makefile >--- Makefile 28 Jul 2009 16:34:35 -0000 1.2 >+++ Makefile 11 Aug 2009 13:18:45 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= avbin > PORTVERSION= 7 >+PORTREVISION= 1 > CATEGORIES= multimedia > MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ > http://mirror.amdmi3.ru/distfiles/ >Index: files/patch-src-avbin.c >=================================================================== >RCS file: files/patch-src-avbin.c >diff -N files/patch-src-avbin.c >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-src-avbin.c 11 Aug 2009 13:18:45 -0000 >@@ -0,0 +1,13 @@ >+--- src/avbin.c.orig 2008-09-21 08:45:33.000000000 +0200 >++++ src/avbin.c 2009-08-11 15:02:52.574916144 +0200 >+@@ -215,10 +237,6 @@ >+ info->audio.sample_format = AVBIN_SAMPLE_FORMAT_S16; >+ info->audio.sample_bits = 16; >+ break; >+- case SAMPLE_FMT_S24: >+- info->audio.sample_format = AVBIN_SAMPLE_FORMAT_S24; >+- info->audio.sample_bits = 24; >+- break; >+ case SAMPLE_FMT_S32: >+ info->audio.sample_format = AVBIN_SAMPLE_FORMAT_S32; >+ info->audio.sample_bits = 32;
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 137669
: 98716