mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
remove id3 support from the plugins
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/include @ID3LIB_CFLAGS@
|
||||
INCLUDES = -I$(top_srcdir)/include
|
||||
|
||||
noinst_LTLIBRARIES = libplugin_common.la
|
||||
|
||||
@@ -12,8 +12,6 @@ noinst_HEADERS = \
|
||||
charset.h \
|
||||
defs.h \
|
||||
dither.h \
|
||||
id3v1.h \
|
||||
id3v2.h \
|
||||
locale_hack.h \
|
||||
vorbiscomment.h
|
||||
|
||||
@@ -21,8 +19,6 @@ libplugin_common_la_SOURCES = \
|
||||
canonical_tag.c \
|
||||
charset.c \
|
||||
dither.c \
|
||||
id3v1.c \
|
||||
id3v2.c \
|
||||
vorbiscomment.c
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
||||
Reference in New Issue
Block a user