summaryrefslogtreecommitdiffstats
path: root/src/metadata/m4a
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-16 17:46:24 +0900
committerMichele Calgaro <[email protected]>2024-05-16 17:46:24 +0900
commita4f0c5f93f08c9c49532742db49fcd74c90933a0 (patch)
tree2c6d861af339516e904483467999ee10ceb19084 /src/metadata/m4a
parente85fcc323cfb6fce27913544efebfab6d3d9bdc3 (diff)
downloadsoundkonverter-a4f0c5f93f08c9c49532742db49fcd74c90933a0.tar.gz
soundkonverter-a4f0c5f93f08c9c49532742db49fcd74c90933a0.zip
Drop autotools support
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/metadata/m4a')
-rw-r--r--src/metadata/m4a/Makefile.am84
1 files changed, 0 insertions, 84 deletions
diff --git a/src/metadata/m4a/Makefile.am b/src/metadata/m4a/Makefile.am
deleted file mode 100644
index 34d9af4..0000000
--- a/src/metadata/m4a/Makefile.am
+++ /dev/null
@@ -1,84 +0,0 @@
-SUBDIRS =
-METASOURCES = AUTO
-INCLUDES = $(all_includes) $(taglib_includes)
-
-libtagm4a_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libtagm4a.la
-
-libtagm4a_la_SOURCES = \
- taglib_mp4filetyperesolver.cpp \
- mp4file.cpp \
- mp4itunestag.cpp \
- mp4isobox.cpp \
- mp4isofullbox.cpp \
- mp4skipbox.cpp \
- mp4moovbox.cpp \
- mp4mvhdbox.cpp \
- mp4ilstbox.cpp \
- boxfactory.cpp \
- mp4fourcc.cpp \
- mp4udtabox.cpp \
- mp4metabox.cpp \
- mp4tagsproxy.cpp \
- mp4mdiabox.cpp \
- mp4minfbox.cpp \
- mp4audioproperties.cpp \
- mp4hdlrbox.cpp \
- mp4stblbox.cpp \
- mp4audiosampleentry.cpp \
- mp4stsdbox.cpp \
- mp4sampleentry.cpp \
- mp4trakbox.cpp \
- mp4propsproxy.cpp \
- itunesnambox.cpp \
- itunesartbox.cpp \
- itunesalbbox.cpp \
- itunescvrbox.cpp \
- itunesgenbox.cpp \
- itunestrknbox.cpp \
- itunesdaybox.cpp \
- itunescmtbox.cpp \
- itunesgrpbox.cpp \
- ituneswrtbox.cpp \
- itunesdiskbox.cpp \
- itunestmpobox.cpp \
- itunesdatabox.cpp
-
-noinst_HEADERS = \
- taglib_mp4filetyperesolver.h \
- mp4file.h \
- mp4itunestag.h \
- mp4isobox.h \
- mp4isofullbox.h \
- mp4skipbox.h \
- mp4moovbox.h \
- mp4mvhdbox.h \
- mp4ilstbox.h \
- boxfactory.h \
- mp4fourcc.h \
- mp4udtabox.h \
- mp4metabox.h \
- mp4tagsproxy.h \
- mp4audioproperties.h \
- mp4hdlrbox.h \
- mp4propsproxy.h \
- mp4mdiabox.h \
- mp4stsdbox.h \
- mp4trakbox.h \
- mp4stblbox.h \
- mp4audiosampleentry.h \
- mp4minfbox.h \
- mp4sampleentry.h \
- itunesnambox.h \
- itunesartbox.h \
- itunesalbbox.h \
- itunesgenbox.h \
- itunestrknbox.h \
- itunesdaybox.h \
- itunescmtbox.h \
- itunescvrbox.h \
- itunesgrpbox.h \
- ituneswrtbox.h \
- itunesdiskbox.h \
- itunestmpobox.h \
- itunesdatabox.h