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:
parent
aa846ca915
commit
a30f5934a6
@ -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>
|
2008-02-07 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* docs/libs/gst-plugins-base-libs-sections.txt:
|
* docs/libs/gst-plugins-base-libs-sections.txt:
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
#include "mixeroptions.h"
|
#include "mixeroptions.h"
|
||||||
|
|
||||||
#ifndef GST_DISABLE_DEPRECATED
|
#if 0
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
/* FILL ME */
|
/* FILL ME */
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "mixertrack.h"
|
#include "mixertrack.h"
|
||||||
#ifndef GST_DISABLE_DEPRECATED
|
#if 0
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
/* FILL ME */
|
/* FILL ME */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user