Changeset af7f84c8352c176a3e95eca91b5d62eaa0c71632
- Timestamp:
- 04/04/08 00:33:33
(4 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1207262013 -0700
- git-parent:
[f8f7d6a15f26b0151999df949a20c6213a50b6b2]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1207262013 -0700
- Message:
FFmpeg fixed its rtsp mingw compatibility.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r12af43c |
raf7f84c |
|
| 1052 | 1052 | (cd $@; patch -p0 < ../Patches/ffmpeg-macosx-intel-mmx.patch) |
|---|
| 1053 | 1053 | endif |
|---|
| 1054 | | ifdef HAVE_WIN32 |
|---|
| 1055 | | (cd $@; patch -p0 < ../Patches/ffmpeg-svn-win32.patch) |
|---|
| 1056 | | endif |
|---|
| 1057 | 1054 | ifdef NO_TEXT_RELOCATION |
|---|
| 1058 | 1055 | (cd $@; patch -p1 < ../Patches/ffmpeg-svn-mmx_removal-darwin9.patch) |
|---|