Commit 3235f039 authored by Faustino Osuna's avatar Faustino Osuna

modules/ffmpeg: Revert change, there is a better way of detecting this.

parent 0057e15f
......@@ -42,7 +42,7 @@
#ifdef HAVE_FFMPEG_SWSCALE_H
# include <ffmpeg/swscale.h>
#elif defined(HAVE_LIBSWSCALE_TREE) || defined(HAVE_SWSCALE_H)
#elif defined(HAVE_LIBSWSCALE_TREE)
# include <swscale.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