mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
revamp plugin_common to use utf-8 instead of wchar_t as the internal comment format
This commit is contained in:
@@ -23,18 +23,16 @@ noinst_LTLIBRARIES = libplugin_common.la
|
||||
|
||||
noinst_HEADERS = \
|
||||
all.h \
|
||||
canonical_tag.h \
|
||||
charset.h \
|
||||
defs.h \
|
||||
dither.h \
|
||||
locale_hack.h \
|
||||
vorbiscomment.h
|
||||
tags.h
|
||||
|
||||
libplugin_common_la_SOURCES = \
|
||||
canonical_tag.c \
|
||||
charset.c \
|
||||
dither.c \
|
||||
vorbiscomment.c
|
||||
tags.c
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile.lite \
|
||||
|
||||
@@ -26,10 +26,9 @@ INCLUDES = -I$(topdir)/include -I$(HOME)/local/include
|
||||
DEFINES =
|
||||
|
||||
SRCS_C = \
|
||||
canonical_tag.c \
|
||||
charset.c \
|
||||
dither.c \
|
||||
vorbiscomment.c
|
||||
tags.c
|
||||
|
||||
include $(topdir)/build/lib.mk
|
||||
|
||||
|
||||
@@ -19,10 +19,9 @@
|
||||
#ifndef FLAC__PLUGIN_COMMON__ALL_H
|
||||
#define FLAC__PLUGIN_COMMON__ALL_H
|
||||
|
||||
#include "canonical_tag.h"
|
||||
#include "charset.h"
|
||||
#include "dither.h"
|
||||
#include "locale_hack.h"
|
||||
#include "vorbiscomment.h"
|
||||
#include "tags.h"
|
||||
|
||||
#endif
|
||||
|
||||
@@ -85,10 +85,6 @@ LIB32=link.exe -lib
|
||||
# PROP Default_Filter "cpp"
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\canonical_tag.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\charset.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
@@ -97,7 +93,7 @@ SOURCE=.\dither.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\vorbiscomment.c
|
||||
SOURCE=.\tags.c
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Group "Public Header Files"
|
||||
@@ -109,10 +105,6 @@ SOURCE=.\all.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\canonical_tag.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\charset.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
@@ -125,7 +117,7 @@ SOURCE=.\locale_hack.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\vorbiscomment.h
|
||||
SOURCE=.\tags.h
|
||||
# End Source File
|
||||
# End Group
|
||||
# End Target
|
||||
|
||||
Reference in New Issue
Block a user