mirror of https://github.com/mpv-player/mpv
Remove old EMU_OLD cruft.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26098 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
635e6bf7c3
commit
12c19f3c9d
|
@ -20,12 +20,7 @@
|
|||
#ifdef USE_LIBPOSTPROC_SO
|
||||
#include <postproc/postprocess.h>
|
||||
#elif defined(USE_LIBPOSTPROC)
|
||||
#define EMU_OLD
|
||||
#include "libpostproc/postprocess.h"
|
||||
|
||||
#ifdef EMU_OLD
|
||||
#include "libpostproc/postprocess_internal.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
struct vf_priv_s {
|
||||
|
|
Loading…
Reference in New Issue