diff options
author | Anssi Hannula <anssi@xbmc.org> | 2011-02-01 17:14:17 +0200 |
---|---|---|
committer | Anssi Hannula <anssi@xbmc.org> | 2011-02-03 00:03:00 +0200 |
commit | 45349b6529f1be35f18fac7a8da909aa5d086807 (patch) | |
tree | 4f37e2b6e9340e12f5f7510d90edf23e5dd5b7c1 /lib/DllSwScale.h | |
parent | a27eb5fbcef6d451d9475f511e688d7c323e2a97 (diff) |
changed: split DllAvUtil.h to its own header
Diffstat (limited to 'lib/DllSwScale.h')
-rw-r--r-- | lib/DllSwScale.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/DllSwScale.h b/lib/DllSwScale.h index 6365b85592..0b90186b9e 100644 --- a/lib/DllSwScale.h +++ b/lib/DllSwScale.h @@ -24,6 +24,7 @@ #include "config.h" #endif #include "DynamicDll.h" +#include "DllAvUtil.h" #include "utils/log.h" extern "C" { @@ -44,11 +45,6 @@ extern "C" { #endif #if (defined USE_EXTERNAL_FFMPEG) - #if (defined HAVE_LIBAVUTIL_AVUTIL_H) - #include <libavutil/avutil.h> - #elif (defined HAVE_FFMPEG_AVUTIL_H) - #include <ffmpeg/avutil.h> - #endif #if (defined HAVE_LIBSWSCALE_SWSCALE_H) #include <libswscale/swscale.h> #elif (defined HAVE_FFMPEG_SWSCALE_H) @@ -60,7 +56,6 @@ extern "C" { #include <ffmpeg/rgb2rgb.h> #endif #else - #include "libavutil/avutil.h" #include "libswscale/swscale.h" #include "libswscale/rgb2rgb.h" #endif |