]> git.sesse.net Git - vlc/blob - modules/video_output/Modules.am
New "vout display" for macosx.
[vlc] / modules / video_output / Modules.am
1 SUBDIRS = msw
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_omapfb = omapfb.c
11 SOURCES_ggi = ggi.c
12 SOURCES_vout_sdl = sdl.c
13 SOURCES_svgalib = svgalib.c
14 SOURCES_mga = mga.c
15 SOURCES_hd1000v = hd1000v.cpp
16 SOURCES_snapshot = snapshot.c
17 SOURCES_opengl = opengl.c opengl.h
18 SOURCES_opengllayer = opengllayer.m
19 SOURCES_directfb = directfb.c
20 SOURCES_vmem = vmem.c
21 SOURCES_yuv = yuv.c
22 SOURCES_vout_wrapper = wrapper.c
23 SOURCES_vout_macosx = macosx.m
24
25 libxcb_x11_plugin_la_SOURCES = \
26         xcb/xcb_vlc.h \
27         xcb/x11.c \
28         xcb/common.c \
29         xcb/events.c
30 libxcb_x11_plugin_la_CFLAGS = $(AM_CFLAGS) \
31         $(XCB_CFLAGS) $(XCB_SHM_CFLAGS)
32 libxcb_x11_plugin_la_LIBADD = $(AM_LIBADD) \
33         $(XCB_LIBS) $(XCB_SHM_LIBS)
34 libxcb_x11_plugin_la_DEPENDENCIES =
35
36 libxcb_xv_plugin_la_SOURCES = \
37         xcb/xcb_vlc.h \
38         xcb/xvideo.c \
39         xcb/common.c \
40         xcb/events.c
41 libxcb_xv_plugin_la_CFLAGS = $(AM_CFLAGS) \
42         $(XCB_CFLAGS) $(XCB_SHM_CFLAGS) $(XCB_XV_CFLAGS)
43 libxcb_xv_plugin_la_LIBADD = $(AM_LIBADD) \
44         $(XCB_LIBS) $(XCB_SHM_LIBS) $(XCB_XV_LIBS)
45 libxcb_xv_plugin_la_DEPENDENCIES =
46
47 libxcb_glx_plugin_la_SOURCES = \
48         xcb/xcb_vlc.h \
49         xcb/glx.c \
50         xcb/events.c
51 libxcb_glx_plugin_la_CFLAGS = $(AM_CFLAGS) \
52         $(XLIB_XCB_CFLAGS) $(GL_CFLAGS)
53 libxcb_glx_plugin_la_LIBADD = $(AM_LIBADD) \
54         $(XLIB_XCB_LIBS) $(GL_LIBS)
55 libxcb_glx_plugin_la_DEPENDENCIES =
56
57 libxcb_window_plugin_la_SOURCES = xcb/window.c xcb/keys.c
58 libxcb_window_plugin_la_CFLAGS = $(AM_CFLAGS) \
59         $(XPROTO_CFLAGS) \
60         $(XCB_CFLAGS) \
61         $(XCB_KEYSYMS_CFLAGS)
62 libxcb_window_plugin_la_LIBADD = $(AM_LIBADD) \
63         $(XPROTO_LIBS) \
64         $(XCB_LIBS) \
65         $(XCB_KEYSYMS_LIBS)
66 libxcb_window_plugin_la_DEPENDENCIES =
67
68 EXTRA_LTLIBRARIES += \
69         libxcb_x11_plugin.la \
70         libxcb_xv_plugin.la \
71         libxcb_glx_plugin.la \
72         libxcb_window_plugin.la
73 libvlc_LTLIBRARIES += \
74         $(LTLIBxcb_x11) \
75         $(LTLIBxcb_xv) \
76         $(LTLIBxcb_glx) \
77         $(LTLIBxcb_window)
78
79 # XXX: do we need yet another modules/ subdirectory?
80 libdrawable_plugin_la_SOURCES = drawable.c
81 libdrawable_plugin_la_CFLAGS = $(AM_CFLAGS)
82 libdrawable_plugin_la_LIBADD = $(AM_LIBADD)
83 libdrawable_plugin_la_DEPENDENCIES =
84 if HAVE_WIN32
85 libvlc_LTLIBRARIES += libdrawable_plugin.la
86 endif
87
88 libvlc_LTLIBRARIES += libvout_wrapper_plugin.la