From a30f5934a6968305971c849f8f20e6a3e28731f6 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Thu, 7 Feb 2008 22:39:00 +0000 Subject: [PATCH] gst-libs/gst/interfaces/: Comment out a couple of other things which break the build when Original commit message from CVS: * gst-libs/gst/interfaces/mixeroptions.c: * gst-libs/gst/interfaces/mixertrack.c: Comment out a couple of other things which break the build when GST_DISABLE_DEPRECATED isn't on but -Werror is. --- ChangeLog | 7 +++++++ gst-libs/gst/interfaces/mixeroptions.c | 2 +- gst-libs/gst/interfaces/mixertrack.c | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7d3113ebb2..9833bd4f12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-02-07 Jan Schmidt + + * gst-libs/gst/interfaces/mixeroptions.c: + * gst-libs/gst/interfaces/mixertrack.c: + Comment out a couple of other things which break the build when + GST_DISABLE_DEPRECATED isn't on but -Werror is. + 2008-02-07 Tim-Philipp Müller * docs/libs/gst-plugins-base-libs-sections.txt: diff --git a/gst-libs/gst/interfaces/mixeroptions.c b/gst-libs/gst/interfaces/mixeroptions.c index 55ba24dd66..6a1ccb812f 100644 --- a/gst-libs/gst/interfaces/mixeroptions.c +++ b/gst-libs/gst/interfaces/mixeroptions.c @@ -25,7 +25,7 @@ #include "mixeroptions.h" -#ifndef GST_DISABLE_DEPRECATED +#if 0 enum { /* FILL ME */ diff --git a/gst-libs/gst/interfaces/mixertrack.c b/gst-libs/gst/interfaces/mixertrack.c index 5646271cd8..6d0cba66af 100644 --- a/gst-libs/gst/interfaces/mixertrack.c +++ b/gst-libs/gst/interfaces/mixertrack.c @@ -24,7 +24,7 @@ #endif #include "mixertrack.h" -#ifndef GST_DISABLE_DEPRECATED +#if 0 enum { /* FILL ME */