]> git.sesse.net Git - vlc/blobdiff - modules/video_output/Modules.am
Lower xvmc priority because it is untested.
[vlc] / modules / video_output / Modules.am
index 600420b5f55fda8b13417673bc8386b66b3ce673..49c495449b364d9a943c6bcdf03d3c27d85eebe6 100644 (file)
@@ -1,8 +1,21 @@
-SOURCES_aa = modules/video_output/aa.c
-SOURCES_fb = modules/video_output/fb.c
-SOURCES_ggi = modules/video_output/ggi.c
-SOURCES_glide = modules/video_output/glide.c
-SOURCES_vout_sdl = modules/video_output/sdl.c
-SOURCES_svgalib = modules/video_output/svgalib.c
-SOURCES_wingdi = modules/video_output/wingdi.c
-SOURCES_vout_encoder = modules/video_output/encoder.c
+# 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_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
+