Revision 21443,
701 bytes
checked in by ghudson, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r21442,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | plugin_LTLIBRARIES = \ |
---|
2 | libgstvideo4linux2.la |
---|
3 | |
---|
4 | if USE_XVIDEO |
---|
5 | xv_source = gstv4l2xoverlay.c |
---|
6 | xv_libs = $(X_LIBS) $(XVIDEO_LIBS) |
---|
7 | else |
---|
8 | xv_source = |
---|
9 | xv_libs = |
---|
10 | endif |
---|
11 | |
---|
12 | libgstvideo4linux2_la_SOURCES = \ |
---|
13 | gstv4l2element.c v4l2_calls.c \ |
---|
14 | gstv4l2src.c v4l2src_calls.c \ |
---|
15 | gstv4l2.c \ |
---|
16 | gstv4l2tuner.c \ |
---|
17 | $(xv_source) \ |
---|
18 | gstv4l2colorbalance.c |
---|
19 | libgstvideo4linux2_la_CFLAGS = $(GST_CFLAGS) $(X_CFLAGS) |
---|
20 | libgstvideo4linux2_la_LIBADD = \ |
---|
21 | $(top_builddir)/gst-libs/gst/libgstinterfaces-@GST_MAJORMINOR@.la |
---|
22 | libgstvideo4linux2_la_LDFLAGS = \ |
---|
23 | $(GST_PLUGIN_LDFLAGS) \ |
---|
24 | $(xv_libs) |
---|
25 | |
---|
26 | noinst_HEADERS = gstv4l2element.h v4l2_calls.h \ |
---|
27 | gstv4l2src.h v4l2src_calls.h \ |
---|
28 | gstv4l2tuner.h gstv4l2xoverlay.h \ |
---|
29 | gstv4l2colorbalance.h |
---|
Note: See
TracBrowser
for help on using the repository browser.