Changes between Version 47 and Version 48 of Video_Users_Guide
- Timestamp:
- Apr 23, 2012 7:05:47 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Video_Users_Guide
v47 v48 67 67 }}} 68 68 69 Once again, we need SDL version 1.3 for the video to work. If it doesn't find 1.3.0, you may need to supply {{{./configure --with-sdl=/usr/local}}} (change directory to where you installed SDL).69 Alternative prefixes for SDL and FFMPEG may be specified with '''{{{--with-sdl}}}''' and '''{{{-with-ffmpeg}}}''' options respectively. This points to the ''{{{prefix}}}'' value that was supplied when building SDL and/or FFMPEG. For example, if {{{libavformat.a}}} is in {{{/usr/local/lib}}}, then the prefix is {{{/usr/local}}}. 70 70 71 71 ==== 3. Configuring video support ====