Changeset 86c91e1260731c8c3d708af0ed289b048d78bf98
- Timestamp:
- 06/03/08 16:56:32
(3 months ago)
- Author:
- Pavlov Konstantin <thresh@videolan.org>
- git-committer:
- Pavlov Konstantin <thresh@videolan.org> 1212504992 +0400
- git-parent:
[b72ef60a0dc52ac7c1d8a455a3d6975b0f1b50d8]
- git-author:
- Pavlov Konstantin <thresh@videolan.org> 1212504980 +0400
- Message:
Contrib: update libdvdnav patch to current SVN.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| recaa924 |
r86c91e1 |
|
| 114 | 114 | #define lseek64 _lseeki64 |
|---|
| 115 | 115 | |
|---|
| 116 | | diff -r -u libdvdnav-4.1.1/src/dvdread/dvd_input.c libdvdnav/src/dvdread/dvd_input.c |
|---|
| 117 | | --- libdvdnav-4.1.1/src/dvdread/dvd_input.c 2007-04-19 16:45:30.000000000 +0100 |
|---|
| 118 | | +++ libdvdnav/src/dvdread/dvd_input.c 2007-11-12 11:19:57.984375000 +0000 |
|---|
| | 116 | diff -r -u libdvdnav-4.1.1/src/libdvdread/dvd_input.c libdvdnav/src/libdvdread/dvd_input.c |
|---|
| | 117 | --- libdvdnav-4.1.1/src/libdvdread/dvd_input.c 2007-04-19 16:45:30.000000000 +0100 |
|---|
| | 118 | +++ libdvdnav/src/libdvdread/dvd_input.c 2007-11-12 11:19:57.984375000 +0000 |
|---|
| 119 | 119 | @@ -27,6 +27,11 @@ |
|---|
| 120 | 120 | #include "dvd_reader.h" |
|---|
| … | … | |
| 136 | 136 | #endif |
|---|
| 137 | 137 | |
|---|
| 138 | | +#include <dvdread/dvd_input.h> |
|---|
| | 138 | +#include <libdvdread/dvd_input.h> |
|---|
| 139 | 139 | + |
|---|
| 140 | 140 | static void dvd_read_name(char *name, const char *device) { |
|---|