mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
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:
parent
152217064f
commit
7f8b325450
1 changed files with 0 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue