Remove a workaround no longer necessary now that i386 has switched to gcc4.
From maintainer
This commit is contained in:
parent
a448fba348
commit
8747197419
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.53 2010/06/15 10:07:41 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.54 2010/07/10 22:45:19 naddy Exp $
|
||||
|
||||
COMMENT= audio/video converter and streamer with bktr(4) support
|
||||
|
||||
V= 20100512
|
||||
DISTNAME= ffmpeg-svn-${V}
|
||||
PKGNAME= ffmpeg-${V}
|
||||
REVISION= 0
|
||||
CATEGORIES= graphics multimedia
|
||||
MASTER_SITES= http://comstyle.com/source/
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-libavcodec_dsputil_c,v 1.6 2010/05/26 21:38:52 jakemsr Exp $
|
||||
--- libavcodec/dsputil.c.orig Tue May 11 19:20:53 2010
|
||||
+++ libavcodec/dsputil.c Wed May 12 19:16:19 2010
|
||||
@@ -4181,7 +4181,7 @@ av_cold void dsputil_init(DSPContext* c, AVCodecContex
|
||||
{
|
||||
int i;
|
||||
|
||||
- ff_check_alignment();
|
||||
+ /*ff_check_alignment();*/
|
||||
|
||||
#if CONFIG_ENCODERS
|
||||
if(avctx->dct_algo==FF_DCT_FASTINT) {
|
Loading…
x
Reference in New Issue
Block a user