mirror of
https://github.com/panda3d/panda3d.git
synced 2026-03-16 23:42:18 -05:00
changed default directory entries for config.pp to unix style
This commit is contained in:
@@ -260,8 +260,8 @@
|
||||
|
||||
// Is Python installed, and should Python interfaces be generated? If
|
||||
// Python is installed, which directory is it in?
|
||||
#define PYTHON_IPATH /usr/include/python2.4
|
||||
#define PYTHON_LPATH
|
||||
#define PYTHON_IPATH c:\python24\include
|
||||
#define PYTHON_LPATH c:\python24\libs
|
||||
#define PYTHON_FPATH
|
||||
#define PYTHON_COMMAND python
|
||||
#defer PYTHON_DEBUG_COMMAND $[PYTHON_COMMAND]$[if $[WINDOWS_PLATFORM],_d]
|
||||
@@ -569,8 +569,8 @@
|
||||
#defer HAVE_OPENCV $[libtest $[OPENCV_LPATH],$[OPENCV_LIBS]]
|
||||
|
||||
// Is FFMPEG installed, and where?
|
||||
#define FFMPEG_IPATH c:\ffmpeg\include
|
||||
#define FFMPEG_LPATH c:\ffmpeg\lib
|
||||
#define FFMPEG_IPATH /usr/local/include/ffmpeg
|
||||
#define FFMPEG_LPATH /usr/lcoal/lib
|
||||
#define FFMPEG_LIBS libavcodec.lib libavformat.lib libavutil.lib libgcc.lib
|
||||
#defer HAVE_FFMPEG $[libtest $[FFMPEG_LPATH],$[FFMPEG_LIBS]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user