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.
This commit is contained in:
Jan Schmidt 2008-02-07 22:39:00 +00:00
parent aa846ca915
commit a30f5934a6
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
* 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 <tim at centricular dot net>
* docs/libs/gst-plugins-base-libs-sections.txt:

View file

@ -25,7 +25,7 @@
#include "mixeroptions.h"
#ifndef GST_DISABLE_DEPRECATED
#if 0
enum
{
/* FILL ME */

View file

@ -24,7 +24,7 @@
#endif
#include "mixertrack.h"
#ifndef GST_DISABLE_DEPRECATED
#if 0
enum
{
/* FILL ME */