Changeset 382
- Timestamp:
- 05/02/08 19:04:13 (2 years ago)
- Files:
-
- trunk/uploadr/README.windows (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/uploadr/README.windows
r381 r382 294 294 --enable-memalign-hack --enable-static --disable-shared \ 295 295 --disable-debug --enable-swscale 296 $ make && make install 296 297 The lastest version of FFmpeg is kinda broken on windows and needs 298 to be built one library at a time,. This should do the trick: 299 300 $ cd libswscale && make && cd .. 301 $ cd libavdevice && make && cd .. 302 $ cd libavformat && make && cd .. 303 $ cd libavcodec && make && cd .. 304 $ cd libavutil && make && cd .. 305 $ make 306 307 make install on windows doesn't work for FFmpeg trunk at the moment. 308 that may or may not be a problem... 297 309 298 310 The Uploadr Visual Studio project is setup to expect the MinGW bits for