decoder/_ogg_common: rename to ogg_common.c
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "_flac_common.h"
|
||||
#include "flac_common.h"
|
||||
#include "flac_metadata.h"
|
||||
#include "flac_pcm.h"
|
||||
#include "audio_check.h"
|
@@ -18,12 +18,12 @@
|
||||
*/
|
||||
|
||||
#include "config.h" /* must be first for large file support */
|
||||
#include "_flac_common.h"
|
||||
#include "flac_common.h"
|
||||
#include "flac_compat.h"
|
||||
#include "flac_metadata.h"
|
||||
|
||||
#if defined(FLAC_API_VERSION_CURRENT) && FLAC_API_VERSION_CURRENT > 7
|
||||
#include "_ogg_common.h"
|
||||
#include "ogg_common.h"
|
||||
#endif
|
||||
|
||||
#include <glib.h>
|
||||
|
@@ -22,7 +22,7 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "_ogg_common.h"
|
||||
#include "ogg_common.h"
|
||||
|
||||
ogg_stream_type ogg_stream_type_detect(struct input_stream *inStream)
|
||||
{
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "vorbis_comments.h"
|
||||
#include "_ogg_common.h"
|
||||
#include "ogg_common.h"
|
||||
#include "audio_check.h"
|
||||
#include "uri.h"
|
||||
#include "tag_handler.h"
|
||||
|
Reference in New Issue
Block a user