X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fvideo_output%2FModules.am;h=cc56600744aad2dd860549d8c4b55cacd5ee4b29;hb=b311515d35eeddd3184785291d6fe8d2643e4ac0;hp=8049e4262053a7a3a834c61211cba6f7343d815e;hpb=b01923cfefd4376733b3b5646ddd950ec23a3e7a;p=vlc diff --git a/modules/video_output/Modules.am b/modules/video_output/Modules.am index 8049e42620..cc56600744 100644 --- a/modules/video_output/Modules.am +++ b/modules/video_output/Modules.am @@ -8,18 +8,15 @@ SOURCES_aa = aa.c SOURCES_caca = caca.c SOURCES_fb = fb.c SOURCES_omapfb = omapfb.c -SOURCES_ggi = ggi.c SOURCES_vout_sdl = sdl.c SOURCES_svgalib = svgalib.c -SOURCES_mga = mga.c SOURCES_hd1000v = hd1000v.cpp SOURCES_snapshot = snapshot.c SOURCES_opengl = opengl.c opengl.h -SOURCES_opengllayer = opengllayer.m SOURCES_directfb = directfb.c SOURCES_vmem = vmem.c SOURCES_yuv = yuv.c -SOURCES_vout_wrapper = wrapper.c +SOURCES_vout_macosx = macosx.m libxcb_x11_plugin_la_SOURCES = \ xcb/xcb_vlc.h \ @@ -53,7 +50,7 @@ libxcb_glx_plugin_la_LIBADD = $(AM_LIBADD) \ $(XLIB_XCB_LIBS) $(GL_LIBS) libxcb_glx_plugin_la_DEPENDENCIES = -libxcb_window_plugin_la_SOURCES = xcb/window.c xcb/keys.c +libxcb_window_plugin_la_SOURCES = xcb/window.c xcb/keys.c xcb/keysym.h xcb/xcb_keysym.h libxcb_window_plugin_la_CFLAGS = $(AM_CFLAGS) \ $(XPROTO_CFLAGS) \ $(XCB_CFLAGS) \ @@ -84,4 +81,6 @@ if HAVE_WIN32 libvlc_LTLIBRARIES += libdrawable_plugin.la endif -libvlc_LTLIBRARIES += libvout_wrapper_plugin.la +libvlc_LTLIBRARIES += \ + libvmem_plugin.la \ + libyuv_plugin.la