mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Fix with ffmpeg 0.5
PR: 137669 Submitted by: Martin Matuska <mm@FreeBSD.org>
This commit is contained in:
parent
64a48ab420
commit
a34e71b770
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239366
2 changed files with 14 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= avbin
|
PORTNAME= avbin
|
||||||
PORTVERSION= 7
|
PORTVERSION= 7
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= multimedia
|
CATEGORIES= multimedia
|
||||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
|
||||||
http://mirror.amdmi3.ru/distfiles/
|
http://mirror.amdmi3.ru/distfiles/
|
||||||
|
|
13
multimedia/avbin/files/patch-src-avbin.c
Normal file
13
multimedia/avbin/files/patch-src-avbin.c
Normal file
|
@ -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;
|
Loading…
Add table
Reference in a new issue