diff options
author | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-09-19 23:34:34 +0000 |
---|---|---|
committer | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-09-19 23:34:34 +0000 |
commit | 4e9a191776560d0bc669800461948e5b9b206679 (patch) | |
tree | 6a8827b208cfcb4ddf8ef825e2b5b2955fde545d /Game/Code/lib/requirements.txt | |
parent | 1c3dedbdd8522e63080133197af763d1995f8236 (diff) | |
download | usdx-4e9a191776560d0bc669800461948e5b9b206679.tar.gz usdx-4e9a191776560d0bc669800461948e5b9b206679.tar.xz usdx-4e9a191776560d0bc669800461948e5b9b206679.zip |
tested ffmpeg in lazarus - linux..
working :)
just need to make sure development packages are installed for ffmpeg.
such as : libavcodec-dev & libavformat-dev
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@406 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/lib/requirements.txt')
-rw-r--r-- | Game/Code/lib/requirements.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Game/Code/lib/requirements.txt b/Game/Code/lib/requirements.txt index 8eafe2d2..30f84f39 100644 --- a/Game/Code/lib/requirements.txt +++ b/Game/Code/lib/requirements.txt @@ -2,7 +2,9 @@ Not Included in SVN ( to many potential updates ) ---------------------------------------------------------------------------
Jedi-sdl
- http://sourceforge.net/projects/jedi-sdl
+ http://sourceforge.net/projects/jedi-sdl + Make sure to download VERSION 1, beta... + not version 0.5
Included in SVN ..
@@ -21,4 +23,4 @@ ffmpeg http://www.iversenit.dk/dev/ffmpeg-headers/
SQLLite Wrapper
- http://www.itwriting.com/sqlitesimple.php
\ No newline at end of file + http://www.itwriting.com/sqlitesimple.php |