summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/Makefile.am
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2006-11-01 19:48:26 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2006-11-01 19:48:26 +0000
commit24088fed0a077acfb6db237e3dfa135991907c7b (patch)
tree0bdc306b3c85e3c4f459da1be9d760c90ed62191 /sys/v4l2/Makefile.am
parent93c5c6fcbabafb56a8f872d8922e85360b635faf (diff)
Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to xoverlay code that is still not implemented.
Original commit message from CVS: Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to xoverlay code that is still not implemented.
Diffstat (limited to 'sys/v4l2/Makefile.am')
-rw-r--r--sys/v4l2/Makefile.am15
1 files changed, 8 insertions, 7 deletions
diff --git a/sys/v4l2/Makefile.am b/sys/v4l2/Makefile.am
index 82e2ff33..0def89fb 100644
--- a/sys/v4l2/Makefile.am
+++ b/sys/v4l2/Makefile.am
@@ -1,12 +1,13 @@
plugin_LTLIBRARIES = libgstvideo4linux2.la
-if USE_XVIDEO
-xv_source = gstv4l2xoverlay.c
-xv_libs = $(X_LIBS) $(XVIDEO_LIBS)
-else
-xv_source =
-xv_libs =
-endif
+# overlay is still not supported in current implementation
+# if USE_XVIDEO
+#xv_source = gstv4l2xoverlay.c
+#xv_libs = $(X_LIBS) $(XVIDEO_LIBS)
+#else
+#xv_source =
+#xv_libs =
+#endif
libgstvideo4linux2_la_SOURCES = gstv4l2.c \
gstv4l2colorbalance.c \