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.
This commit is contained in:
Víctor Manuel Jáquez Leal 2017-03-21 16:13:56 +01:00
parent 152217064f
commit 7f8b325450

View file

@ -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>