changeset 28589:00421bf8299f

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
author diego
date Tue, 17 Feb 2009 03:20:40 +0000
parents 7f03a6d3c941
children d1ca19ff9b52
files libmpcodecs/vf_fspp.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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