root/modules/demux/mpeg/Modules.am

Revision 8b5d7fe8c6b91f40e9bdf00e7fea87f55e7c4bd9, 198 bytes (checked in by Laurent Aimar <fenrir@videolan.org>, 3 months ago)

Removed now useless dts/a52/m4a demuxer.

  • Property mode set to 100644
Line 
1 SOURCES_m4v = m4v.c
2 SOURCES_es  = es.c
3 SOURCES_mpgv = mpgv.c
4 SOURCES_h264 = h264.c
5
6 libvlc_LTLIBRARIES += \
7         libes_plugin.la \
8         libmpgv_plugin.la \
9         libm4v_plugin.la \
10         libh264_plugin.la \
11         $(NULL)
Note: See TracBrowser for help on using the browser.