mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
update ffmpeg libraries
This commit is contained in:
parent
355f786068
commit
0ea9b5e224
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user