Changeset 4eea8797286691d6518e0508d7c4656deca53b70
- Timestamp:
- 06/10/08 21:17:34
(3 months ago)
- Author:
- Rémi Denis-Courmont <rdenis@simphalempin.com>
- git-committer:
- Rémi Denis-Courmont <rdenis@simphalempin.com> 1213125454 +0300
- git-parent:
[7e5e610fc819430240ca7fdfb168d891a1a86941]
- git-author:
- Rémi Denis-Courmont <rdenis@simphalempin.com> 1213125034 +0300
- Message:
Bunch of always on demu/x plugins
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7e5e610 |
r4eea879 |
|
| 1092 | 1092 | VLC_ADD_PLUGIN([m4a]) |
|---|
| 1093 | 1093 | VLC_ADD_PLUGIN([h264]) |
|---|
| 1094 | | VLC_ADD_PLUGIN([vc1]) |
|---|
| 1095 | | VLC_ADD_PLUGIN([demux_cdg]) |
|---|
| 1096 | 1094 | VLC_ADD_PLUGIN([cdg]) |
|---|
| 1097 | 1095 | VLC_ADD_PLUGIN([ps]) |
|---|
| 1098 | | VLC_ADD_PLUGIN([pva]) |
|---|
| 1099 | 1096 | VLC_ADD_PLUGIN([avi]) |
|---|
| 1100 | 1097 | VLC_ADD_PLUGIN([asf]) |
|---|
| 1101 | 1098 | VLC_ADD_PLUGIN([mp4]) |
|---|
| 1102 | | VLC_ADD_PLUGIN([rawdv]) |
|---|
| 1103 | | VLC_ADD_PLUGIN([rawvid]) |
|---|
| 1104 | | VLC_ADD_PLUGIN([nsv]) |
|---|
| 1105 | | VLC_ADD_PLUGIN([real]) |
|---|
| 1106 | | VLC_ADD_PLUGIN([aiff]) |
|---|
| 1107 | | VLC_ADD_PLUGIN([mjpeg]) |
|---|
| 1108 | | VLC_ADD_PLUGIN([wav]) |
|---|
| 1109 | | VLC_ADD_PLUGIN([voc]) |
|---|
| 1110 | | VLC_ADD_PLUGIN([smf]) |
|---|
| 1111 | | VLC_ADD_PLUGIN([demuxdump]) |
|---|
| 1112 | | VLC_ADD_PLUGIN([flacsys]) |
|---|
| 1113 | | VLC_ADD_PLUGIN([tta]) |
|---|
| 1114 | | VLC_ADD_PLUGIN([subtitle]) |
|---|
| 1115 | | VLC_ADD_PLUGIN([vobsub]) |
|---|
| 1116 | | VLC_ADD_PLUGIN([a52sys]) |
|---|
| 1117 | | VLC_ADD_PLUGIN([dtssys]) |
|---|
| 1118 | | VLC_ADD_PLUGIN([au]) |
|---|
| 1119 | | VLC_ADD_PLUGIN([ty]) |
|---|
| 1120 | | VLC_ADD_PLUGIN([xa]) |
|---|
| 1121 | | VLC_ADD_PLUGIN([nuv]) |
|---|
| 1122 | 1099 | dnl Text codecs: |
|---|
| 1123 | 1100 | VLC_ADD_PLUGIN([cvdsub]) |
|---|
| r21574c3 |
r4eea879 |
|
| 35 | 35 | |
|---|
| 36 | 36 | libvlc_LTLIBRARIES += \ |
|---|
| | 37 | liba52sys_plugin.la \ |
|---|
| | 38 | libaiff_plugin.la \ |
|---|
| | 39 | libau_plugin.la \ |
|---|
| | 40 | libdemux_cdg_plugin.la \ |
|---|
| | 41 | libdemuxdump_plugin.la \ |
|---|
| | 42 | libdtssys_plugin.la \ |
|---|
| | 43 | libflacsys_plugin.la \ |
|---|
| | 44 | libmjpeg_plugin.la \ |
|---|
| | 45 | libnsv_plugin.la \ |
|---|
| | 46 | libnuv_plugin.la \ |
|---|
| | 47 | libpva_plugin.la \ |
|---|
| | 48 | librawdv_plugin.la \ |
|---|
| | 49 | librawvid_plugin.la \ |
|---|
| | 50 | libreal_plugin.la \ |
|---|
| 37 | 51 | librtp_plugin.la \ |
|---|
| | 52 | libsmf_plugin.la \ |
|---|
| | 53 | libsubtitle_plugin.la \ |
|---|
| | 54 | libtta_plugin.la \ |
|---|
| | 55 | libty_plugin.la \ |
|---|
| | 56 | libvc1_plugin.la \ |
|---|
| | 57 | libvobsub_plugin.la \ |
|---|
| | 58 | libvoc_plugin.la \ |
|---|
| | 59 | libwav_plugin.la \ |
|---|
| | 60 | libxa_plugin.la \ |
|---|
| 38 | 61 | $(NULL) |
|---|
| 39 | 62 | |
|---|