Skip to content
Snippets Groups Projects

lib: play/add_intf/exit_handler cleanup

Merged Thomas Guillem requested to merge tguillem/vlc:lib-playlist-removal into master
All threads resolved!
4 files
+ 17
11
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -26,7 +26,7 @@ endif
#
# Main VLC executable
#
vlc_LDADD = ../lib/libvlc.la
vlc_LDADD = ../lib/libvlc.la ../src/libvlccore.la
vlc_CPPFLAGS = $(AM_CPPFLAGS)
if !HAVE_WIN32
vlc_SOURCES = vlc.c override.c
Loading