View | Details | Raw Unified | Return to bug 137669
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	avbin
8
PORTNAME=	avbin
9
PORTVERSION=	7
9
PORTVERSION=	7
10
PORTREVISION=	1
10
CATEGORIES=	multimedia
11
CATEGORIES=	multimedia
11
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
12
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
12
		http://mirror.amdmi3.ru/distfiles/
13
		http://mirror.amdmi3.ru/distfiles/
(-)files/patch-src-avbin.c (+13 lines)
Added Link Here
1
--- src/avbin.c.orig	2008-09-21 08:45:33.000000000 +0200
2
+++ src/avbin.c	2009-08-11 15:02:52.574916144 +0200
3
@@ -215,10 +237,6 @@
4
                     info->audio.sample_format = AVBIN_SAMPLE_FORMAT_S16;
5
                     info->audio.sample_bits = 16;
6
                     break;
7
-                case SAMPLE_FMT_S24:
8
-                    info->audio.sample_format = AVBIN_SAMPLE_FORMAT_S24;
9
-                    info->audio.sample_bits = 24;
10
-                    break;
11
                 case SAMPLE_FMT_S32:
12
                     info->audio.sample_format = AVBIN_SAMPLE_FORMAT_S32;
13
                     info->audio.sample_bits = 32;

Return to bug 137669