]> git.sesse.net Git - vlc/blobdiff - src/Makefile.am
access: archive: remove dead initialization
[vlc] / src / Makefile.am
index 4472271311f7e471f517e0ee1426f6c255edb161..1f0249433006764a9d6a949d0ad5b58dd1798731 100644 (file)
@@ -56,6 +56,7 @@ pluginsinclude_HEADERS = \
        ../include/vlc_inhibit.h \
        ../include/vlc_input.h \
        ../include/vlc_input_item.h \
+       ../include/vlc_interface.h \
        ../include/vlc_keys.h \
        ../include/vlc_main.h \
        ../include/vlc_md5.h \
@@ -104,7 +105,6 @@ noinst_HEADERS = \
        ../include/vlc_codecs.h \
        ../include/vlc_extensions.h \
        ../include/vlc_fixups.h \
-       ../include/vlc_interface.h \
        ../include/vlc_intf_strings.h \
        ../include/vlc_iso_lang.h \
        ../include/vlc_memory.h \
@@ -412,6 +412,7 @@ SOURCES_libvlc_common = \
        video_output/video_widgets.c \
        video_output/vout_subpictures.c \
        video_output/window.c \
+       video_output/window.h \
        video_output/opengl.c \
        video_output/vout_intf.c \
        video_output/vout_internal.h \
@@ -441,6 +442,7 @@ SOURCES_libvlc_common = \
        misc/rand.c \
        misc/mtime.c \
        misc/block.c \
+       misc/fifo.c \
        misc/fourcc.c \
        misc/es_format.c \
        misc/picture.c \
@@ -519,6 +521,7 @@ check_PROGRAMS = \
        test_dictionary \
        test_i18n_atof \
        test_md5 \
+       test_picture_pool \
        test_timer \
        test_url \
        test_utf8 \
@@ -534,6 +537,7 @@ test_block_DEPENDENCIES =
 test_dictionary_SOURCES = test/dictionary.c
 test_i18n_atof_SOURCES = test/i18n_atof.c
 test_md5_SOURCES = test/md5.c
+test_picture_pool_SOURCES = test/picture_pool.c
 test_timer_SOURCES = test/timer.c
 test_url_SOURCES = test/url.c
 test_utf8_SOURCES = test/utf8.c