summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2017-03-21 16:13:56 +0100
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2017-03-21 16:13:56 +0100
commit7f8b3254509b005b6c2351b53dda56fd5ad31e68 (patch)
tree00c772fe925a6a9615ccfe996439b0566c8016bb
parent152217064f1192bb836620ad7eaadbc031624f4c (diff)
libs: encoder: h265: remove unused macro definition
Since the h265 encoder doesn't use GValueArray, there is no need to disable the Glib deprecation warnings, thus removing the macro definition.
-rw-r--r--gst-libs/gst/vaapi/gstvaapiencoder_h265.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapiencoder_h265.c b/gst-libs/gst/vaapi/gstvaapiencoder_h265.c
index 8d30287e..0b6047c5 100644
--- a/gst-libs/gst/vaapi/gstvaapiencoder_h265.c
+++ b/gst-libs/gst/vaapi/gstvaapiencoder_h265.c
@@ -20,11 +20,6 @@
* Boston, MA 02110-1301 USA
*/
-/* GValueArray has deprecated without providing an alternative in glib >= 2.32
- * See https://bugzilla.gnome.org/show_bug.cgi?id=667228
- */
-#define GLIB_DISABLE_DEPRECATION_WARNINGS
-
#include "sysdeps.h"
#include <math.h>
#include <va/va.h>