# HG changeset patch # User diego # Date 1234840840 0 # Node ID 00421bf8299f63ee22c89413f0b4d73d6b9ad2db # Parent 7f03a6d3c94147bfaff6a159cc20ad47ea83b1ba Use FFmpeg instead of MPlayer MANGLE macro, they are equivalent in this particular case. Avoids the warning: In file included from libmpcodecs/vf_fspp.c:693: ./mangle.h:34:1: warning: "MANGLE" redefined In file included from libmpcodecs/vf_fspp.c:46: ./libavutil/internal.h:113:1: warning: this is the location of the previous definition diff -r 7f03a6d3c941 -r 00421bf8299f libmpcodecs/vf_fspp.c --- a/libmpcodecs/vf_fspp.c Tue Feb 17 03:15:10 2009 +0000 +++ b/libmpcodecs/vf_fspp.c Tue Feb 17 03:20:40 2009 +0000 @@ -690,7 +690,6 @@ //Specific spp's dct, idct and threshold functions //I'd prefer to have them in the separate file. -#include "mangle.h" //#define MANGLE(a) #a //typedef int16_t DCTELEM; //! only int16_t