mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
Fixed some logic on the 1.0.3->1.0.4 compatibility
Original commit message from CVS: Fixed some logic on the 1.0.3->1.0.4 compatibility
This commit is contained in:
parent
76cd31ec32
commit
20c3e8702b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
/* FIXME when there's a autoconf symbol */
|
/* FIXME when there's a autoconf symbol */
|
||||||
#ifndef FLAC_VERSION
|
#ifndef FLAC_VERSION
|
||||||
|
|
||||||
#ifdef FLAC__STREAM_ENCODER_OK
|
#ifndef FLAC__STREAM_ENCODER_WRITE_OK
|
||||||
#define FLAC_VERSION 0x010004
|
#define FLAC_VERSION 0x010004
|
||||||
#else
|
#else
|
||||||
#ifdef FLAC__REFERENCE_CODEC_MAX_BITS_PER_SAMPLE
|
#ifdef FLAC__REFERENCE_CODEC_MAX_BITS_PER_SAMPLE
|
||||||
|
|
Loading…
Reference in a new issue