mirror of
https://github.com/mpv-player/mpv
synced 2024-12-11 17:37:23 +00:00
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
This commit is contained in:
parent
53067187b8
commit
b14c70b8f5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user