Changeset 562773d60e1775780f5fb301670b8d515f0612d3
- Timestamp:
- 26/05/08 20:28:17
(4 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1211826497 +0200
- git-parent:
[62b9f5b0251b41dbcb2a38902e03fc70cf3677ab]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1211825934 +0200
- Message:
libvlccore: Rename iso_lang.h to vlc_iso_lang.h because we use VLC_EXPORT there, and plugins may use it.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r13ae40b |
r562773d |
|
| 53 | 53 | |
|---|
| 54 | 54 | #include "vlc_keys.h" |
|---|
| 55 | | #include "iso_lang.h" |
|---|
| | 55 | #include "vlc_iso_lang.h" |
|---|
| 56 | 56 | |
|---|
| 57 | 57 | /* FIXME we should find a better way than including that */ |
|---|
| rc0a898e |
r562773d |
|
| 39 | 39 | #include <vlc_interface.h> |
|---|
| 40 | 40 | |
|---|
| 41 | | #include "iso_lang.h" |
|---|
| | 41 | #include <vlc_iso_lang.h> |
|---|
| 42 | 42 | |
|---|
| 43 | 43 | #include "../demux/ps.h" |
|---|
| r13ae40b |
r562773d |
|
| 44 | 44 | |
|---|
| 45 | 45 | #include <vlc_codecs.h> /* BITMAPINFOHEADER, WAVEFORMATEX */ |
|---|
| 46 | | #include "iso_lang.h" |
|---|
| | 46 | #include <vlc_iso_lang.h> |
|---|
| 47 | 47 | #include "vlc_meta.h" |
|---|
| 48 | 48 | #include <vlc_charset.h> |
|---|
| r13ae40b |
r562773d |
|
| 37 | 37 | #include <vlc_md5.h> |
|---|
| 38 | 38 | #include <vlc_charset.h> |
|---|
| 39 | | #include "iso_lang.h" |
|---|
| | 39 | #include <vlc_iso_lang.h> |
|---|
| 40 | 40 | #include <vlc_meta.h> |
|---|
| 41 | 41 | |
|---|
| r69b32f5 |
r562773d |
|
| 41 | 41 | #include <vlc_epg.h> |
|---|
| 42 | 42 | |
|---|
| 43 | | #include "iso_lang.h" |
|---|
| | 43 | #include <vlc_iso_lang.h> |
|---|
| 44 | 44 | #include <vlc_network.h> |
|---|
| 45 | 45 | #include <vlc_charset.h> |
|---|
| r13ae40b |
r562773d |
|
| 40 | 40 | #endif |
|---|
| 41 | 41 | |
|---|
| 42 | | #include "iso_lang.h" |
|---|
| | 42 | #include <vlc_iso_lang.h> |
|---|
| 43 | 43 | #include "vlc_meta.h" |
|---|
| 44 | 44 | |
|---|
| r13ae40b |
r562773d |
|
| 42 | 42 | #include "pes.h" |
|---|
| 43 | 43 | |
|---|
| 44 | | #include "iso_lang.h" |
|---|
| | 44 | #include <vlc_iso_lang.h> |
|---|
| 45 | 45 | |
|---|
| 46 | 46 | /***************************************************************************** |
|---|
| r13ae40b |
r562773d |
|
| 39 | 39 | #include <vlc_block.h> |
|---|
| 40 | 40 | |
|---|
| 41 | | #include "iso_lang.h" |
|---|
| | 41 | #include <vlc_iso_lang.h> |
|---|
| 42 | 42 | |
|---|
| 43 | 43 | #include "bits.h" |
|---|
| r6bd44f4 |
r562773d |
|
| 71 | 71 | |
|---|
| 72 | 72 | noinst_HEADERS = \ |
|---|
| 73 | | ../include/iso_lang.h \ |
|---|
| 74 | 73 | ../include/mmx.h \ |
|---|
| 75 | 74 | ../include/vlc_aout.h \ |
|---|
| … | … | |
| 85 | 84 | ../include/vlc_interface.h \ |
|---|
| 86 | 85 | ../include/vlc_intf_strings.h \ |
|---|
| | 86 | ../include/vlc_iso_lang.h \ |
|---|
| 87 | 87 | ../include/vlc_keys.h \ |
|---|
| 88 | 88 | ../include/vlc_network.h \ |
|---|
| rf3d55b9 |
r562773d |
|
| 42 | 42 | |
|---|
| 43 | 43 | #include "vlc_playlist.h" |
|---|
| 44 | | #include "iso_lang.h" |
|---|
| | 44 | #include <vlc_iso_lang.h> |
|---|
| 45 | 45 | /* FIXME we should find a better way than including that */ |
|---|
| 46 | 46 | #include "../text/iso-639_def.h" |
|---|
| r99fab90 |
r562773d |
|
| 34 | 34 | #include <vlc/vlc.h> |
|---|
| 35 | 35 | |
|---|
| 36 | | #include "iso_lang.h" |
|---|
| | 36 | #include "vlc_iso_lang.h" |
|---|
| 37 | 37 | |
|---|
| 38 | 38 | /***************************************************************************** |
|---|