summaryrefslogtreecommitdiffstats
path: root/src/metadata
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-11-09 12:03:32 +0900
committerMichele Calgaro <[email protected]>2023-11-09 13:44:39 +0900
commit15f2729a4350458b86f6181c31da1d21d189ddcb (patch)
tree26e5c23fe4e4e5c92dc571e71d6e4c6ffac54838 /src/metadata
parentc0329537584b1eb674159442195fb74e39a8501f (diff)
downloadsoundkonverter-15f2729a4350458b86f6181c31da1d21d189ddcb.tar.gz
soundkonverter-15f2729a4350458b86f6181c31da1d21d189ddcb.zip
Remove unnecessary files
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/metadata')
-rw-r--r--src/metadata/Makefile.am12
-rw-r--r--src/metadata/mp4/Makefile.am18
2 files changed, 2 insertions, 28 deletions
diff --git a/src/metadata/Makefile.am b/src/metadata/Makefile.am
index 8e7209f..494ee23 100644
--- a/src/metadata/Makefile.am
+++ b/src/metadata/Makefile.am
@@ -1,12 +1,4 @@
-if with_mp4v2
-MP4_SUBDIR = mp4
-MP4_LDADD = mp4/libtagmp4.la
-else
-MP4_SUBDIR = m4a
-MP4_LDADD = m4a/libtagm4a.la
-endif
-
-SUBDIRS = speex wavpack trueaudio asf audible rmff $(MP4_SUBDIR) aac wav ape optimfrog
+SUBDIRS = speex wavpack trueaudio asf audible rmff m4a aac wav ape optimfrog
INCLUDES = $(all_includes) $(taglib_includes)
@@ -29,7 +21,7 @@ libmetadata_la_LIBADD = \
asf/libtagasf.la \
wav/libtagwav.la \
rmff/libtagrealmedia.la \
- $(MP4_LDADD) \
+ m4a/libtagm4a.la \
$(taglib_libs) \
aac/libtagaac.la \
audible/libtagaudible.la \
diff --git a/src/metadata/mp4/Makefile.am b/src/metadata/mp4/Makefile.am
deleted file mode 100644
index e0779c6..0000000
--- a/src/metadata/mp4/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-SUBDIRS =
-
-INCLUDES = $(all_includes) $(MP4V2_INCLUDES) $(taglib_includes)
-METASOURCES = AUTO
-libtagmp4_la_LDFLAGS = $(all_libraries) $(MP4V2_LIBS)
-noinst_LTLIBRARIES = libtagmp4.la
-
-libtagmp4_la_SOURCES = \
- mp4properties.cpp \
- mp4tag.cpp \
- mp4file.cpp \
- taglib_mp4filetyperesolver.cpp
-
-noinst_HEADERS = \
- mp4properties.h \
- mp4tag.h \
- mp4file.h \
- taglib_mp4filetyperesolver.h