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 17:44:42 +0200
commit02e4873651259f6b5401adb07d1ae22d92a6be1c (patch)
tree86ae4f422604c16cc0f9ceb8869be521884503f3
parent3dfa9891aa4baad2c50b7b17c2dbfdbd814419f3 (diff)
examples: drop remnants of initial appsink attempt
-rw-r--r--examples/egl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/egl/Makefile.am b/examples/egl/Makefile.am
index de7fc66..bee9c1c 100644
--- a/examples/egl/Makefile.am
+++ b/examples/egl/Makefile.am
@@ -6,7 +6,7 @@ noinst_HEADERS = cube_texture_and_coords.h
testegl_LDADD = \
$(GST_PLUGINS_BASE_LIBS) \
- -lgstapp-@GST_API_VERSION@ -lgstvideo-@GST_API_VERSION@ \
+ -lgstvideo-@GST_API_VERSION@ \
$(GST_BASE_LIBS) \
$(GST_LIBS) \
$(GST_EGL_LIBS)