]> git.sesse.net Git - vlc/blobdiff - src/Makefile.am
Use a custom condition variable for the playlist engine
[vlc] / src / Makefile.am
index 910af403d29a31ab114312d8a2af70b53efca68a..33fd13c084caf247490dedd987d1bb8f3cf654be 100644 (file)
@@ -167,6 +167,9 @@ AM_LDFLAGS = -no-undefined
 if HAVE_WIN32
 AM_LDFLAGS += -avoid-version
 endif
+if HAVE_WINCE
+AM_LDFLAGS += -avoid-version
+endif
 
 libvlccore_la_SOURCES = $(SOURCES_libvlc)
 nodist_libvlccore_la_SOURCES = misc/revision.c
@@ -292,11 +295,14 @@ SOURCES_libvlc_common = \
        interface/intf_eject.c \
        interface/interaction.c \
        playlist/playlist_internal.h \
+       playlist/art.c \
        playlist/thread.c \
        playlist/control.c \
        playlist/engine.c \
+       playlist/fetcher.c \
        playlist/sort.c \
        playlist/loadsave.c \
+       playlist/preparser.c \
        playlist/tree.c \
        playlist/item.c \
        playlist/search.c \
@@ -309,6 +315,8 @@ SOURCES_libvlc_common = \
        input/decoder_synchro.c \
        input/demux.c \
        input/es_out.c \
+       input/es_out_timeshift.c \
+       input/event.c \
        input/input.c \
        input/meta.c \
        input/access.h \
@@ -316,10 +324,18 @@ SOURCES_libvlc_common = \
        input/decoder.h \
        input/demux.h \
        input/es_out.h \
+       input/es_out_timeshift.h \
+       input/event.h \
+       input/item.h \
        input/stream.h \
        input/input_internal.h \
+       input/input_interface.h \
        input/vlm_internal.h \
+       input/ressource.h \
+       input/ressource.c \
        input/stream.c \
+       input/stream_demux.c \
+       input/stream_filter.c \
        input/stream_memory.c \
        input/subtitles.c \
        input/var.c \
@@ -331,6 +347,7 @@ SOURCES_libvlc_common = \
        video_output/vout_subpictures.c \
        video_output/vout_intf.c \
        video_output/vout_internal.h \
+       video_output/vout_control.h \
        audio_output/aout_internal.h \
        audio_output/common.c \
        audio_output/dec.c \
@@ -353,6 +370,7 @@ SOURCES_libvlc_common = \
        text/charset.c \
        text/strings.c \
        text/unicode.c \
+       text/filesystem.c \
        text/wincp.c \
        text/iso_lang.c \
        text/iso-639_def.h \