Remove some #define GLIB_DISABLE_DEPRECATION_WARNINGS that are no longer needed

This commit is contained in:
Tim-Philipp Müller 2012-09-10 01:26:57 +01:00
parent 8a3bdca78d
commit 5101adf740
2 changed files with 0 additions and 8 deletions

View file

@ -33,10 +33,6 @@
#include "config.h"
#endif
/* FIXME 0.11: suppress warnings for deprecated API such as GStaticRecMutex
* with newer GLib versions (>= 2.31.0) */
#define GLIB_DISABLE_DEPRECATION_WARNINGS
#include <string.h>
#include <gst/video/video.h>

View file

@ -115,10 +115,6 @@
* and if it exceeds the recorded one, save it and emit a GST_MESSAGE_LATENCY
*/
/* FIXME 0.11: suppress warnings for deprecated API such as GStaticRecMutex
* with newer GLib versions (>= 2.31.0) */
#define GLIB_DISABLE_DEPRECATION_WARNINGS
#include "gstvideoencoder.h"
#include "gstvideoutils.h"