From: Josep Torra Date: Fri, 20 Sep 2013 06:19:48 +0000 (+0200) Subject: examples: drop remnants of initial appsink attempt X-Git-Tag: 1.2.0~114 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02e4873651259f6b5401adb07d1ae22d92a6be1c;p=platform%2Fupstream%2Fgst-omx.git examples: drop remnants of initial appsink attempt --- 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)