X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fvideo_output%2FModules.am;h=b0a5b4b5216496a6a7130fd5230874e958ab7c2b;hb=c60652e38ac6afd74bd8225e9dae5406f13aaa4f;hp=0765e0aaebc03e896ad0cc9476b7323dc05c8998;hpb=325ad139c4ce8fc62616c7ea433c096cc2a2276b;p=vlc diff --git a/modules/video_output/Modules.am b/modules/video_output/Modules.am index 0765e0aaeb..b0a5b4b521 100644 --- a/modules/video_output/Modules.am +++ b/modules/video_output/Modules.am @@ -1,4 +1,4 @@ -SUBDIRS = msw qte x11 +SUBDIRS = msw # Automake forgets to add a proper tag to libtool with Objective-C files. # Moreocer Libtool should default tag to CC when none is specified but # obviously does not. Here is a fix for that. @@ -7,19 +7,12 @@ 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 -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 \ @@ -48,12 +41,12 @@ libxcb_glx_plugin_la_SOURCES = \ xcb/glx.c \ xcb/events.c libxcb_glx_plugin_la_CFLAGS = $(AM_CFLAGS) \ - $(XLIB_XCB_CFLAGS) $(GLU_CFLAGS) + $(XLIB_XCB_CFLAGS) $(GL_CFLAGS) libxcb_glx_plugin_la_LIBADD = $(AM_LIBADD) \ - $(XLIB_XCB_LIBS) $(GLU_LIBS) + $(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 +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