[SCM] libav/experimental: Fix compile error due to extra "FF" at beginning of file in the FF{MIN, MAX} update
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:49:25 UTC 2013
The following commit has been merged in the experimental branch:
commit e50bc5a4ea259646f95af01d1b9d21699c8758ae
Author: Alan Curry <pacman at TheWorld.com>
Date: Thu Jul 27 19:35:30 2006 +0000
Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX}
update
Originally committed as revision 19205 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
diff --git a/libswscale/swscale_altivec_template.c b/libswscale/swscale_altivec_template.c
index a19888c..8eb7dc8 100644
--- a/libswscale/swscale_altivec_template.c
+++ b/libswscale/swscale_altivec_template.c
@@ -1,4 +1,4 @@
-FF/*
+/*
AltiVec-enhanced yuv2yuvX
Copyright (C) 2004 Romain Dolbeau <romain at dolbeau.org>
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list