diff options
author | David Schleef <ds@schleef.org> | 2003-11-05 03:33:23 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-11-05 03:33:23 +0000 |
commit | 3e9f40bff765384018d523235c5e83a61ecf4d90 (patch) | |
tree | 508a0fba4c8a67faa05905e4266f544967cb49b8 /sys/glsink/Makefile.am | |
parent | 727677396f615daed5202fe304f119a2d30cbd0b (diff) | |
download | gst-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.am | 10 |
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 |