summaryrefslogtreecommitdiff
path: root/examples/egl/Makefile.am
diff options
context:
space:
mode:
authorIlya Smelykh <ilya@videoexpertsgroup.com>2013-06-07 12:39:18 +0700
committerSebastian Dröge <slomo@circular-chaos.org>2013-06-11 13:49:59 +0200
commit4593918ea46d55c6fb97e98fbe362bbe3c261d66 (patch)
treed3fd2d5de442b8aae5215c1a3e6ce51155acf7c2 /examples/egl/Makefile.am
parentf091e9a05bac99131487218319c30cadf6d57b66 (diff)
downloadgst-omx-4593918ea46d55c6fb97e98fbe362bbe3c261d66.tar.gz
examples: testegl example port to 1.x
https://bugzilla.gnome.org/show_bug.cgi?id=701706
Diffstat (limited to 'examples/egl/Makefile.am')
-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 0aaa2e6..de7fc66 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_MAJORMINOR@ \
+ -lgstapp-@GST_API_VERSION@ -lgstvideo-@GST_API_VERSION@ \
$(GST_BASE_LIBS) \
$(GST_LIBS) \
$(GST_EGL_LIBS)