summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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