GStreamer multimedia framework
Find a file
Tim-Philipp Müller 6ce69859c5 omx: fix autotools build for generic target
gstomxvideoenc.c:2874:7: error: "USE_OMX_TARGET_ZYNQ_USCALE_PLUS" is not defined, evaluates to 0 [-Werror=undef]
 #elif USE_OMX_TARGET_ZYNQ_USCALE_PLUS

Works on meson because it doesn't use -Wundef
2019-04-10 00:20:37 +01:00
common@59cb678164
config
examples
hooks
m4
omx omx: fix autotools build for generic target 2019-04-10 00:20:37 +01:00
tests
tools
.gitignore
.gitlab-ci.yml Add Gitlab CI configuration 2019-04-06 16:23:51 +00:00
.gitmodules
AUTHORS
autogen.sh
ChangeLog Release 1.15.2 2019-02-26 12:02:24 +00:00
configure.ac Back to development 2019-03-04 09:16:40 +00:00
COPYING
gst-omx.doap Release 1.15.2 2019-02-26 12:02:24 +00:00
Makefile.am
meson.build meson: sync warnings flags with -good 2019-03-25 16:03:24 +01:00
meson_options.txt
NEWS Back to development 2019-03-04 09:16:40 +00:00
README
RELEASE Back to development 2019-03-04 09:16:40 +00:00

GStreamer OpenMAX IL wrapper plugin
--------------------------

 This plugin wraps available OpenMAX IL components and makes
 them available as standard GStreamer elements.

License:
--------

  This package and its contents are licensend under the GNU Lesser General
Public License (LGPL).

Dependencies:
-------------

 * GStreamer core
 * gst-plugins-base