Haihao Xiang
5b447753da
meson: build h264 fei encoder if possible
2019-01-07 17:46:42 +00:00
Haihao Xiang
920b1ec7a8
vaapi: bump the minimum vaapi version requirement to 0.39.0
...
And reduce unnecessary API version and structures check as well.
https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/issues/108
2019-01-07 17:46:42 +00:00
Tim-Philipp Müller
de6883f6d0
meson: link with -lm
...
Fixes #117 hopefully.
2018-11-09 23:55:05 +00:00
Víctor Manuel Jáquez Leal
5171a3d5b1
build: meson: declare headers for libgstvaapi
...
Thus handling its recompilation if needed.
2018-11-05 13:46:17 +01:00
Víctor Manuel Jáquez Leal
4505acc522
libs: remove dependency on IN_LIBGSTVAAPI_CORE
...
This conditional code was when libgstvaapi was intended to be library
used outside GStreamer. This not the case anymore, thus removing it.
https://bugzilla.gnome.org/show_bug.cgi?id=797139
2018-09-25 17:41:55 +02:00
Víctor Manuel Jáquez Leal
77527d67ab
libs: remove gstbitwriter
...
Since it is deployed in gstreamer-core, there is no need to use
our custom version.
https://bugzilla.gnome.org/show_bug.cgi?id=795848
2018-05-06 17:29:45 +02:00
Tim-Philipp Müller
3900b4b36f
meson: fix miscellaneous meson warnings
...
WARNING: Passed invalid keyword argument "rqeuired".
gst-libs/gst/base/meson.build:11: WARNING: Passed invalid keyword argument "version".
gst-libs/gst/base/meson.build:11: WARNING: Passed invalid keyword argument "soversion".
gst-libs/gst/vaapi/meson.build:223: WARNING: Passed invalid keyword argument "version".
gst-libs/gst/vaapi/meson.build:223: WARNING: Passed invalid keyword argument "soversion".
2018-04-20 11:50:55 +01:00
Víctor Manuel Jáquez Leal
d26dc92021
build: meson: add missing GstGL dependency
2018-01-17 13:00:45 +01:00
Víctor Manuel Jáquez Leal
a07ff9641c
libs: remove unused header
...
Since libgstvaapi is not distributed, there is no need to check for
private header inclusion. Thus removing it.
https://bugzilla.gnome.org/show_bug.cgi?id=786119
2017-08-13 18:08:19 +02:00
Víctor Manuel Jáquez Leal
8a7354380c
build: meson: remove gstvaapidisplaycache.c
...
This is a missing bit of commit ec3e10f6
2017-07-26 20:32:09 +02:00
Hyunjun Ko
49b370ed60
libs: utils: h26x: create vaapiutils_h26x
...
Since there is duplicated code in h264/265 encoder, we could
refactor it to avoid duplicated code.
https://bugzilla.gnome.org/show_bug.cgi?id=778750
Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
2017-03-20 18:11:00 +01:00
Scott D Phillips
412dd13e86
vaapi: add meson build
...
https://bugzilla.gnome.org/show_bug.cgi?id=778250
2017-02-09 11:27:44 +01:00