Changeset e219a0855762a9c0f6f28532d8c60ee2095142a9
- Timestamp:
- 22/11/06 21:00:19
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1164225619 +0000
- git-parent:
[218990780ed565d4f2ccf5a424e3abce11a84db0]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1164225619 +0000
- Message:
Move encoding and language stuff to their own directory
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf485214 |
re219a08 |
|
| 48 | 48 | |
|---|
| 49 | 49 | /* FIXME we should find a better way than including that */ |
|---|
| 50 | | #include "../../src/misc/iso-639_def.h" |
|---|
| | 50 | #include "../../src/text/iso-639_def.h" |
|---|
| 51 | 51 | |
|---|
| 52 | 52 | |
|---|
| rec12def |
re219a08 |
|
| 315 | 315 | network/rootwrap.c \ |
|---|
| 316 | 316 | network/tls.c \ |
|---|
| 317 | | misc/charset.c \ |
|---|
| | 317 | text/charset.c \ |
|---|
| | 318 | text/strings.c \ |
|---|
| | 319 | text/unicode.c \ |
|---|
| | 320 | text/iso_lang.c \ |
|---|
| | 321 | text/iso-639_def.h \ |
|---|
| 318 | 322 | misc/md5.c \ |
|---|
| 319 | 323 | misc/mtime.c \ |
|---|
| … | … | |
| 322 | 326 | misc/threads.c \ |
|---|
| 323 | 327 | misc/stats.c \ |
|---|
| 324 | | misc/strings.c \ |
|---|
| 325 | | misc/unicode.c \ |
|---|
| 326 | 328 | misc/cpu.c \ |
|---|
| 327 | 329 | misc/configuration.c \ |
|---|
| 328 | 330 | misc/configuration_chain.c \ |
|---|
| 329 | 331 | misc/image.c \ |
|---|
| 330 | | misc/iso_lang.c \ |
|---|
| 331 | | misc/iso-639_def.h \ |
|---|
| 332 | 332 | misc/messages.c \ |
|---|
| 333 | 333 | misc/objects.c \ |
|---|
| r8f1b244 |
re219a08 |
|
| 39 | 39 | #include "iso_lang.h" |
|---|
| 40 | 40 | /* FIXME we should find a better way than including that */ |
|---|
| 41 | | #include "../misc/iso-639_def.h" |
|---|
| | 41 | #include "../text/iso-639_def.h" |
|---|
| 42 | 42 | |
|---|
| 43 | 43 | /***************************************************************************** |
|---|