]> git.sesse.net Git - vlc/blobdiff - modules/demux/mpeg/Modules.am
XML: use inline functions instead of expansion-unsafe macros
[vlc] / modules / demux / mpeg / Modules.am
index fa4a51858acc897980d10029a6d4d661927191a9..48510e90f8467c83a6bb71e53d9f462f496a33cf 100644 (file)
@@ -1,5 +1,9 @@
-SOURCES_m4a = m4a.c
-SOURCES_m4v = m4v.c
-SOURCES_mpga = mpga.c
+SOURCES_es  = es.c
 SOURCES_mpgv = mpgv.c
 SOURCES_h264 = h264.c
+
+libvlc_LTLIBRARIES += \
+       libes_plugin.la \
+       libmpgv_plugin.la \
+       libh264_plugin.la \
+       $(NULL)