diff --git a/graphics/ffmpeg/Makefile b/graphics/ffmpeg/Makefile index ddccb32a97a..b877665e7e6 100644 --- a/graphics/ffmpeg/Makefile +++ b/graphics/ffmpeg/Makefile @@ -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/ diff --git a/graphics/ffmpeg/patches/patch-libavcodec_dsputil_c b/graphics/ffmpeg/patches/patch-libavcodec_dsputil_c deleted file mode 100644 index ba89f478a6f..00000000000 --- a/graphics/ffmpeg/patches/patch-libavcodec_dsputil_c +++ /dev/null @@ -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) {