X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile.am;h=33fd13c084caf247490dedd987d1bb8f3cf654be;hb=e966180ec9241fa44ba95cb0d911c68319992683;hp=910af403d29a31ab114312d8a2af70b53efca68a;hpb=5d2a5fd0d73dff89aec008576c8c3382521138f9;p=vlc diff --git a/src/Makefile.am b/src/Makefile.am index 910af403d2..33fd13c084 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \