summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-17 03:20:40 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-17 03:20:40 +0000
commitb14c70b8f5e6a7baf3cc4af16750e5cc85d4dcd4 (patch)
treee53096fa32e73c758cf7a9501a21d38c96df2c03 /libmpcodecs
parent53067187b85ef66e7c472517cc308fe0ff29afae (diff)
downloadmpv-b14c70b8f5e6a7baf3cc4af16750e5cc85d4dcd4.tar.bz2
mpv-b14c70b8f5e6a7baf3cc4af16750e5cc85d4dcd4.tar.xz
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
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/vf_fspp.c1
1 files changed, 0 insertions, 1 deletions
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