[MPlayer-cvslog] r28624 - trunk/libmpcodecs/vf_fspp.c

diego subversion at mplayerhq.hu
Tue Feb 17 04:20:40 CET 2009


Author: diego
Date: Tue Feb 17 04:20:40 2009
New Revision: 28624

Log:
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

Modified:
   trunk/libmpcodecs/vf_fspp.c

Modified: trunk/libmpcodecs/vf_fspp.c
==============================================================================
--- trunk/libmpcodecs/vf_fspp.c	Tue Feb 17 04:15:10 2009	(r28623)
+++ trunk/libmpcodecs/vf_fspp.c	Tue Feb 17 04:20:40 2009	(r28624)
@@ -690,7 +690,6 @@ const vf_info_t vf_info_fspp = {
 //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



More information about the MPlayer-cvslog mailing list