On Tue, Aug 12, 2014 at 06:22:24PM -0300, James Almer wrote: > This reduces code duplication and differences with the fork. > > Signed-off-by: James Almer <[email protected]> > --- > libavcodec/idctdsp.c | 49 +++++++++++++++++++++++++++++++++++++++++++++---- > libavcodec/idctdsp.h | 46 +++++----------------------------------------- > libavcodec/xvididct.c | 4 ++-- > 3 files changed, 52 insertions(+), 47 deletions(-)
breaks arm libavcodec/arm/idctdsp_init_arm.c:33:15: error: ‘ff_put_pixels_clamped’ redeclared as different kind of symbol libavcodec/idctdsp.h:51:6: note: previous declaration of ‘ff_put_pixels_clamped’ was here libavcodec/arm/idctdsp_init_arm.c:34:15: error: ‘ff_add_pixels_clamped’ redeclared as different kind of symbol libavcodec/idctdsp.h:53:6: note: previous declaration of ‘ff_add_pixels_clamped’ was here [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I do not agree with what you have to say, but I'll defend to the death your right to say it. -- Voltaire
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
