Changeset 98a8a735fccf1a16d042e34fdfab2c492a85a0da
- Timestamp:
- 06/19/08 22:07:41
(3 months ago)
- Author:
- Jean-Baptiste Kempf <jb@altair.videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@altair.videolan.org> 1213906061 +0200
- git-parent:
[4eb14b4abd9c60d76c0e7fa9f12516b70b2fef2b]
- git-author:
- Jean-Baptiste Kempf <jb@altair.videolan.org> 1213905937 +0200
- Message:
FIx libdvdnav revision since they now depend on unreleased version of
libdvdread...
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r83aca3e |
r98a8a73 |
|
| 1193 | 1193 | ifdef SVN |
|---|
| 1194 | 1194 | libdvdnav: |
|---|
| 1195 | | $(SVN) co $(LIBDVDNAV_SVN) libdvdnav |
|---|
| | 1195 | $(SVN) co $(LIBDVDNAV_SVN) libdvdnav -r1100 |
|---|
| 1196 | 1196 | patch -d libdvdnav -p0 < Patches/libdvdnav.patch |
|---|
| 1197 | 1197 | (cd $@; ./autogen.sh noconfig) |
|---|