Changeset 382

Show
Ignore:
Timestamp:
05/02/08 19:04:13 (2 years ago)
Author:
calh
Message:

ffmpeg trunk compiles on windows with some extra poking

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/uploadr/README.windows

    r381 r382  
    294294    --enable-memalign-hack --enable-static --disable-shared \ 
    295295    --disable-debug --enable-swscale 
    296   $ make && make install 
     296 
     297The lastest version of FFmpeg is kinda broken on windows and needs 
     298to 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 
     307make install on windows doesn't work for FFmpeg trunk at the moment. 
     308that may or may not be a problem... 
    297309 
    298310The Uploadr Visual Studio project is setup to expect the MinGW bits for