From b14c70b8f5e6a7baf3cc4af16750e5cc85d4dcd4 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 17 Feb 2009 03:20:40 +0000 Subject: 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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28624 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vf_fspp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libmpcodecs/vf_fspp.c') diff --git a/libmpcodecs/vf_fspp.c b/libmpcodecs/vf_fspp.c index 7d5ea52e14..aef35ec835 100644 --- a/libmpcodecs/vf_fspp.c +++ b/libmpcodecs/vf_fspp.c @@ -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 -- cgit v1.2.3