diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2013-03-02 21:02:15 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2013-03-02 21:02:15 +0000 |
commit | 3ded59d2e48c665cd7566a39efa8de9829510c45 (patch) | |
tree | 7119e8b3ff6ad7b61870683768e1cd838bffb7b9 | |
parent | de57e4a27abd2ad0d3502ae74f3ca62f6b6c84eb (diff) | |
download | usdx-3ded59d2e48c665cd7566a39efa8de9829510c45.tar.gz usdx-3ded59d2e48c665cd7566a39efa8de9829510c45.tar.xz usdx-3ded59d2e48c665cd7566a39efa8de9829510c45.zip |
Finally add the notes. version 1.0 and 1.1 can now be checked for compilation and usage.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2972 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r-- | src/lib/ffmpeg-1.0/How to update the ffmpeg files.txt | 12 | ||||
-rw-r--r-- | src/lib/ffmpeg-1.0/ToDo.txt | 6 | ||||
-rw-r--r-- | src/lib/ffmpeg-1.1/How to update the ffmpeg files.txt | 12 | ||||
-rw-r--r-- | src/lib/ffmpeg-1.1/ToDo.txt | 6 |
4 files changed, 36 insertions, 0 deletions
diff --git a/src/lib/ffmpeg-1.0/How to update the ffmpeg files.txt b/src/lib/ffmpeg-1.0/How to update the ffmpeg files.txt new file mode 100644 index 00000000..976d0eff --- /dev/null +++ b/src/lib/ffmpeg-1.0/How to update the ffmpeg files.txt @@ -0,0 +1,12 @@ +how to update the ffmpeg files: + +1) rational.pas + error.pas +2) mathematics.pas + dict.pas + opt.pas +3) avutil.pas +4) avcodec.pas +5) avio.pas + swscale.pas +6) avformat.pas
\ No newline at end of file diff --git a/src/lib/ffmpeg-1.0/ToDo.txt b/src/lib/ffmpeg-1.0/ToDo.txt new file mode 100644 index 00000000..de773c78 --- /dev/null +++ b/src/lib/ffmpeg-1.0/ToDo.txt @@ -0,0 +1,6 @@ +1) opt.pas +PAVClass + +2) avutil.pas +inline function av_x_if_null +inline function av_size_mult diff --git a/src/lib/ffmpeg-1.1/How to update the ffmpeg files.txt b/src/lib/ffmpeg-1.1/How to update the ffmpeg files.txt new file mode 100644 index 00000000..976d0eff --- /dev/null +++ b/src/lib/ffmpeg-1.1/How to update the ffmpeg files.txt @@ -0,0 +1,12 @@ +how to update the ffmpeg files: + +1) rational.pas + error.pas +2) mathematics.pas + dict.pas + opt.pas +3) avutil.pas +4) avcodec.pas +5) avio.pas + swscale.pas +6) avformat.pas
\ No newline at end of file diff --git a/src/lib/ffmpeg-1.1/ToDo.txt b/src/lib/ffmpeg-1.1/ToDo.txt new file mode 100644 index 00000000..de773c78 --- /dev/null +++ b/src/lib/ffmpeg-1.1/ToDo.txt @@ -0,0 +1,6 @@ +1) opt.pas +PAVClass + +2) avutil.pas +inline function av_x_if_null +inline function av_size_mult |