Changeset 4eea8797286691d6518e0508d7c4656deca53b70

Show
Ignore:
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
  • configure.ac

    r7e5e610 r4eea879  
    10921092VLC_ADD_PLUGIN([m4a]) 
    10931093VLC_ADD_PLUGIN([h264]) 
    1094 VLC_ADD_PLUGIN([vc1]) 
    1095 VLC_ADD_PLUGIN([demux_cdg]) 
    10961094VLC_ADD_PLUGIN([cdg]) 
    10971095VLC_ADD_PLUGIN([ps]) 
    1098 VLC_ADD_PLUGIN([pva]) 
    10991096VLC_ADD_PLUGIN([avi]) 
    11001097VLC_ADD_PLUGIN([asf]) 
    11011098VLC_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]) 
    11221099dnl Text codecs: 
    11231100VLC_ADD_PLUGIN([cvdsub]) 
  • modules/demux/Modules.am

    r21574c3 r4eea879  
    3535 
    3636libvlc_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 \ 
    3751    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 \ 
    3861    $(NULL) 
    3962