mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
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
3 changed files with 9 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include "mixeroptions.h"
|
||||
|
||||
#ifndef GST_DISABLE_DEPRECATED
|
||||
#if 0
|
||||
enum
|
||||
{
|
||||
/* FILL ME */
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#endif
|
||||
|
||||
#include "mixertrack.h"
|
||||
#ifndef GST_DISABLE_DEPRECATED
|
||||
#if 0
|
||||
enum
|
||||
{
|
||||
/* FILL ME */
|
||||
|
|
Loading…
Reference in a new issue