mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 04:58:06 +00:00
10l: Revert nonsense commit.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26100 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c214df59db
commit
9c30916c7a
@ -20,7 +20,12 @@
|
||||
#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
Block a user