diff options
author | Ilya Smelykh <ilya@videoexpertsgroup.com> | 2013-06-07 12:39:18 +0700 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2013-06-11 13:49:59 +0200 |
commit | 4593918ea46d55c6fb97e98fbe362bbe3c261d66 (patch) | |
tree | d3fd2d5de442b8aae5215c1a3e6ce51155acf7c2 /examples/egl/Makefile.am | |
parent | f091e9a05bac99131487218319c30cadf6d57b66 (diff) | |
download | gst-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.am | 2 |
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) |