diff options
author | Julien Moutte <julien@moutte.net> | 2003-11-17 15:42:32 +0000 |
---|---|---|
committer | Julien Moutte <julien@moutte.net> | 2003-11-17 15:42:32 +0000 |
commit | 21d8a397eb43aedde43e6a567d3865d174b98e1b (patch) | |
tree | 5f21ec59b0aa835f5cdd57d8ac0962a3c3e13c21 /gst-libs/gst/videooverlay/Makefile.am | |
parent | 6650cd92ec5c5734be7c862580d086b54116628b (diff) | |
download | gst-plugins-bad-21d8a397eb43aedde43e6a567d3865d174b98e1b.tar.gz gst-plugins-bad-21d8a397eb43aedde43e6a567d3865d174b98e1b.tar.bz2 gst-plugins-bad-21d8a397eb43aedde43e6a567d3865d174b98e1b.zip |
Merging with GstXOverlay
Original commit message from CVS:
Merging with GstXOverlay
Diffstat (limited to 'gst-libs/gst/videooverlay/Makefile.am')
-rw-r--r-- | gst-libs/gst/videooverlay/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gst-libs/gst/videooverlay/Makefile.am b/gst-libs/gst/videooverlay/Makefile.am deleted file mode 100644 index 9e82faaa..00000000 --- a/gst-libs/gst/videooverlay/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -libgstinterfacesincludedir = \ - $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/videooverlay - -libgstinterfacesinclude_HEADERS = gstvideooverlay.h - -noinst_LTLIBRARIES = libgstvideooverlay.la - -libgstvideooverlay_la_SOURCES = gstvideooverlay.c -libgstvideooverlay_la_CFLAGS = $(GST_CFLAGS) $(GST_OPT_CFLAGS) - |