diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-05-17 13:50:02 -0400 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-05-17 13:50:02 -0400 |
commit | af362f9c6bcf15c12f5dec6d0c84c362d1d4d538 (patch) | |
tree | 2cf140d308fdb9de6c073ac4cd836e6fc2a9ca38 /lib/DllSwScale.h | |
parent | a760994787d7316a25d85e1883ac494520108e33 (diff) |
Drop support for old ffmpeg header layout.
xbmc requires a ffmpeg version that has the new layout.
Diffstat (limited to 'lib/DllSwScale.h')
-rw-r--r-- | lib/DllSwScale.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/DllSwScale.h b/lib/DllSwScale.h index fd2ee57125..7e98bef32f 100644 --- a/lib/DllSwScale.h +++ b/lib/DllSwScale.h @@ -45,11 +45,7 @@ extern "C" { #endif #if (defined USE_EXTERNAL_FFMPEG) - #if (defined HAVE_LIBSWSCALE_SWSCALE_H) - #include <libswscale/swscale.h> - #elif (defined HAVE_FFMPEG_SWSCALE_H) - #include <ffmpeg/swscale.h> - #endif + #include <libswscale/swscale.h> #else #include "libswscale/swscale.h" #endif |