Blame src/libFLAC/include/protected/all.h

Packit 8f7830
/* libFLAC - Free Lossless Audio Codec library
Packit 8f7830
 * Copyright (C) 2001-2009  Josh Coalson
Packit 8f7830
 * Copyright (C) 2011-2016  Xiph.Org Foundation
Packit 8f7830
 *
Packit 8f7830
 * Redistribution and use in source and binary forms, with or without
Packit 8f7830
 * modification, are permitted provided that the following conditions
Packit 8f7830
 * are met:
Packit 8f7830
 *
Packit 8f7830
 * - Redistributions of source code must retain the above copyright
Packit 8f7830
 * notice, this list of conditions and the following disclaimer.
Packit 8f7830
 *
Packit 8f7830
 * - Redistributions in binary form must reproduce the above copyright
Packit 8f7830
 * notice, this list of conditions and the following disclaimer in the
Packit 8f7830
 * documentation and/or other materials provided with the distribution.
Packit 8f7830
 *
Packit 8f7830
 * - Neither the name of the Xiph.org Foundation nor the names of its
Packit 8f7830
 * contributors may be used to endorse or promote products derived from
Packit 8f7830
 * this software without specific prior written permission.
Packit 8f7830
 *
Packit 8f7830
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
Packit 8f7830
 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Packit 8f7830
 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
Packit 8f7830
 * A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR
Packit 8f7830
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
Packit 8f7830
 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
Packit 8f7830
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
Packit 8f7830
 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
Packit 8f7830
 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
Packit 8f7830
 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
Packit 8f7830
 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Packit 8f7830
 */
Packit 8f7830
Packit 8f7830
#ifndef FLAC__PROTECTED__ALL_H
Packit 8f7830
#define FLAC__PROTECTED__ALL_H
Packit 8f7830
Packit 8f7830
#include "stream_decoder.h"
Packit 8f7830
#include "stream_encoder.h"
Packit 8f7830
Packit 8f7830
#endif