]> git.sesse.net Git - vlc/blobdiff - modules/demux/mpeg/Modules.am
More NEWS.
[vlc] / modules / demux / mpeg / Modules.am
index d854660af0609baf9b683741fb1d73fef2094816..5c5b91a0b8061fe661a4134846447b5687d85da1 100644 (file)
@@ -1,25 +1,11 @@
-SOURCES_mpeg_system = \
-       modules/demux/mpeg/system.c \
-       modules/demux/mpeg/system.h \
-       $(NULL)
-
-SOURCES_es = \
-       modules/demux/mpeg/es.c \
-       $(NULL)
-
-SOURCES_ps = \
-       modules/demux/mpeg/ps.c \
-       $(NULL)
+SOURCES_m4v = m4v.c
+SOURCES_es  = es.c
+SOURCES_mpgv = mpgv.c
+SOURCES_h264 = h264.c
 
-SOURCES_ts = \
-       modules/demux/mpeg/ts.c \
+libvlc_LTLIBRARIES += \
+       libes_plugin.la \
+       libmpgv_plugin.la \
+       libm4v_plugin.la \
+       libh264_plugin.la \
        $(NULL)
-
-SOURCES_ts_dvbpsi = \
-       modules/demux/mpeg/ts.c \
-       $(NULL)
-
-SOURCES_audio = \
-       modules/demux/mpeg/audio.c \
-       $(NULL)
-