| CODENOTIFIER | HelpYou are not signed inSign in |
Project: FFmpeg2theora
Revision: 15148
Author: j
Date: 02 Aug 2008 18:16:08
Changes:update scons to new ffmpeg pkg-config madness
Files:| ... | ...@@ -80,7 +80,7 @@ | |
| 80 | 80 | |
| 81 | 81 | FFMPEG_LIBS="libavformat libavcodec libavdevice libswscale libpostproc" |
| 82 | 82 | if os.path.exists("./ffmpeg"): |
| 83 | os.environ['PKG_CONFIG_PATH'] = "./ffmpeg:" + os.environ.get('PKG_CONFIG_PATH', '') | |
| 83 | os.environ['PKG_CONFIG_PATH'] = "./ffmpeg/libavutil:./ffmpeg/libavformat:./ffmpeg/libavcodec:./ffmpeg/libavdevice:./ffmpeg/libswscale:./ffmpeg/libpostproc:" + os.environ.get('PKG_CONFIG_PATH', '') | |
| 84 | 84 | if not conf.CheckPKG(FFMPEG_LIBS): |
| 85 | 85 | print """ |
| 86 | 86 | Could not find %s. |