diff options
Diffstat (limited to 'decoder.h')
-rw-r--r-- | decoder.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,9 +20,9 @@ extern "C" #include <libswscale/swscale.h> #endif #else - #include <ffmpeg/avcodec.h> + #include <libavcodec/avcodec.h> #ifdef USE_SWSCALE - #include <ffmpeg/swscale.h> + #include <libswscale/swscale.h> #endif #endif } |