root/modules/video_output/Modules.am

Revision 5cc515b468b6eeefeb57395e017452b5b31af42c, 0.6 kB (checked in by Jean-Paul Saman <jpsaman@videolan.org>, 1 month ago)

Remove old limited image video_output its functionality has been replaced by a video_filter2 named scene. Use it with: ./vlc --video-filter=scene -I dummy to match the old functionality.

  • Property mode set to 100644
Line 
1 SUBDIRS = msw qte x11
2 # Automake forgets to add a proper tag to libtool with Objective-C files.
3 # Moreocer Libtool should default tag to CC when none is specified but
4 # obviously does not. Here is a fix for that.
5 LIBTOOL=@LIBTOOL@ --tag=CC
6
7 SOURCES_aa = aa.c
8 SOURCES_caca = caca.c
9 SOURCES_fb = fb.c
10 SOURCES_ggi = ggi.c
11 SOURCES_vout_sdl = sdl.c
12 SOURCES_svgalib = svgalib.c
13 SOURCES_mga = mga.c
14 SOURCES_hd1000v = hd1000v.cpp
15 SOURCES_snapshot = snapshot.c
16 SOURCES_opengl = opengl.c
17 SOURCES_opengllayer = opengllayer.m
18 SOURCES_directfb = directfb.c
19 SOURCES_vmem = vmem.c
20 SOURCES_yuv = yuv.c
21
22
Note: See TracBrowser for help on using the browser.