Commit 73830e3b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Ffmpeg swscaler, ifdef correction.

parent 373d1322
......@@ -27,7 +27,7 @@
#include <vlc/vlc.h>
#include <vlc_vout.h>
#ifdef HAVE_FFMPEG_SWSCALE_H
#if defined(HAVE_FFMPEG_SWSCALE_H) || defined(HAVE_LIBSWSCALE_TREE)
#include <vlc_filter.h>
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment