summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosep Torra <n770galaxy@gmail.com>2013-09-20 08:19:48 +0200
committerJosep Torra <n770galaxy@gmail.com>2013-09-20 08:19:48 +0200
commite25ff4287c27bbb638743c9b1e3f1d145aa3974a (patch)
tree1ea9d523a32563e9b57087b4fd9a71f13058a1b2
parente3ecca0659c0be7a57b336d7d341b698ab0020f8 (diff)
downloadgst-omx-e25ff4287c27bbb638743c9b1e3f1d145aa3974a.tar.gz
examples: drop remnants of initial appsink attempt
-rw-r--r--examples/egl/Makefile.am1
-rw-r--r--examples/egl/testegl.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/egl/Makefile.am b/examples/egl/Makefile.am
index 0a0fe9c..76d34ac 100644
--- a/examples/egl/Makefile.am
+++ b/examples/egl/Makefile.am
@@ -6,7 +6,6 @@ noinst_HEADERS = cube_texture_and_coords.h
testegl_LDADD = \
$(GST_PLUGINS_BASE_LIBS) \
- -lgstapp-@GST_MAJORMINOR@ \
$(GST_BASE_LIBS) \
$(GST_LIBS) \
$(top_builddir)/gst/egl/libgstegl-$(GST_MAJORMINOR).la
diff --git a/examples/egl/testegl.c b/examples/egl/testegl.c
index 6338bb2..b670dd7 100644
--- a/examples/egl/testegl.c
+++ b/examples/egl/testegl.c
@@ -63,7 +63,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <GLES/glext.h>
#include <gst/gst.h>
-#include <gst/app/gstappsink.h>
#ifdef USE_EGL_RPI
#define EGL_EGLEXT_PROTOTYPES