|
@@ -804,7 +804,7 @@
|
|
|
// Is FFMPEG installed, and where?
|
|
// Is FFMPEG installed, and where?
|
|
|
#define FFMPEG_IPATH /usr/include/ffmpeg
|
|
#define FFMPEG_IPATH /usr/include/ffmpeg
|
|
|
#define FFMPEG_LPATH
|
|
#define FFMPEG_LPATH
|
|
|
-#define FFMPEG_LIBS $[if $[WINDOWS_PLATFORM],libavcodec.lib libavformat.lib libavutil.lib libgcc.lib libswscale.lib libswresample.lib,avcodec avformat avutil swscale swresample]
|
|
|
|
|
|
|
+#define FFMPEG_LIBS $[if $[WINDOWS_PLATFORM],avcodec.lib avformat.lib avutil.lib swscale.lib swresample.lib,avcodec avformat avutil swscale swresample]
|
|
|
#defer HAVE_FFMPEG $[libtest $[FFMPEG_LPATH],$[FFMPEG_LIBS]]
|
|
#defer HAVE_FFMPEG $[libtest $[FFMPEG_LPATH],$[FFMPEG_LIBS]]
|
|
|
// Define this if you compiled ffmpeg with libswscale enabled.
|
|
// Define this if you compiled ffmpeg with libswscale enabled.
|
|
|
#define HAVE_SWSCALE 1
|
|
#define HAVE_SWSCALE 1
|