X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fvideo_output%2FModules.am;h=b0a5b4b5216496a6a7130fd5230874e958ab7c2b;hb=c7426c00ad1fd26a5b0adb635c6b831d1ab2ad6a;hp=be6c976d7ca4f93255bcb319dbfed552ceec6e95;hpb=ecc72fd1c43a75ae8df40514137f83cbaaf2fa66;p=vlc diff --git a/modules/video_output/Modules.am b/modules/video_output/Modules.am index be6c976d7c..b0a5b4b521 100644 --- a/modules/video_output/Modules.am +++ b/modules/video_output/Modules.am @@ -7,19 +7,11 @@ LIBTOOL=@LIBTOOL@ --tag=CC 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 = \ @@ -54,7 +46,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) \ @@ -85,4 +77,6 @@ if HAVE_WIN32 libvlc_LTLIBRARIES += libdrawable_plugin.la endif -libvlc_LTLIBRARIES += libvout_wrapper_plugin.la +libvlc_LTLIBRARIES += \ + libvmem_plugin.la \ + libyuv_plugin.la