]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/Modules.am
Qt coverlabel should always show an image, even when load fails
[vlc] / modules / stream_out / Modules.am
index 57ebeb56dc30fe090c0a415c3ad9a67955b524a0..6784cf01e297f59f7763abf4941efb02c1420d3f 100644 (file)
@@ -11,6 +11,7 @@ SOURCES_stream_out_switcher = switcher.c
 SOURCES_stream_out_bridge = bridge.c
 SOURCES_stream_out_mosaic_bridge = mosaic_bridge.c
 SOURCES_stream_out_autodel = autodel.c
+SOURCES_stream_out_record = record.c
 
 libvlc_LTLIBRARIES += \
        libstream_out_dummy_plugin.la \
@@ -24,6 +25,7 @@ libvlc_LTLIBRARIES += \
        libstream_out_bridge_plugin.la \
        libstream_out_mosaic_bridge_plugin.la \
        libstream_out_autodel_plugin.la \
+       libstream_out_record_plugin.la \
        $(NULL)
 
 if HAVE_LIBGCRYPT