summaryrefslogtreecommitdiffstats
path: root/sys/glsink/Makefile.am
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-11-05 03:33:23 +0000
committerDavid Schleef <ds@schleef.org>2003-11-05 03:33:23 +0000
commit3e9f40bff765384018d523235c5e83a61ecf4d90 (patch)
tree508a0fba4c8a67faa05905e4266f544967cb49b8 /sys/glsink/Makefile.am
parent727677396f615daed5202fe304f119a2d30cbd0b (diff)
downloadgst-plugins-bad-3e9f40bff765384018d523235c5e83a61ecf4d90.tar.gz
gst-plugins-bad-3e9f40bff765384018d523235c5e83a61ecf4d90.tar.bz2
gst-plugins-bad-3e9f40bff765384018d523235c5e83a61ecf4d90.zip
revert last checkin. This was not intended for the 0.6 branch
Original commit message from CVS: revert last checkin. This was not intended for the 0.6 branch
Diffstat (limited to 'sys/glsink/Makefile.am')
-rw-r--r--sys/glsink/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/glsink/Makefile.am b/sys/glsink/Makefile.am
deleted file mode 100644
index 8c7838c8..00000000
--- a/sys/glsink/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
-
-plugin_LTLIBRARIES = libgstglsink.la
-
-libgstglsink_la_SOURCES = gstglsink.c gstglxwindow.c gstgl_rgbimage.c gstgl_nvimage.c
-libgstglsink_la_CFLAGS = $(GST_CFLAGS)
-libgstglsink_la_LIBADD = $(X_LIBS) $(XVIDEO_LIBS) -lGL -lGLU -lglut
-libgstglsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-
-noinst_HEADERS = gstglsink.h