X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fvideo_output%2FModules.am;h=134e4d3395885032473ce53ee5f51d7f58e92d93;hb=b94083f55404f83a91bba60913e4db6c3e32f9c0;hp=08964b87150eeafc1734d3a379431be21d3ab350;hpb=f976d6ae301bda19af188cf1110b2952de533e96;p=vlc diff --git a/modules/video_output/Modules.am b/modules/video_output/Modules.am index 08964b8715..134e4d3395 100644 --- a/modules/video_output/Modules.am +++ b/modules/video_output/Modules.am @@ -1,14 +1,21 @@ +SUBDIRS = msw qte x11 +# 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. +LIBTOOL=@LIBTOOL@ --tag=CC + SOURCES_aa = aa.c SOURCES_caca = caca.c SOURCES_fb = fb.c SOURCES_ggi = ggi.c -SOURCES_glide = glide.c SOURCES_vout_sdl = sdl.c SOURCES_svgalib = svgalib.c -SOURCES_wingdi = wingdi.c -SOURCES_wingapi = wingdi.c SOURCES_mga = mga.c SOURCES_hd1000v = hd1000v.cpp SOURCES_snapshot = snapshot.c SOURCES_opengl = opengl.c +SOURCES_opengllayer = opengllayer.m SOURCES_image = image.c +SOURCES_directfb = directfb.c +SOURCES_vmem = vmem.c +