Skip to content

Commit 2011d32

Browse files
committed
[linux] remove remaining references to libid3tag/libapetag
1 parent 952e305 commit 2011d32

File tree

2 files changed

+0
-64
lines changed

2 files changed

+0
-64
lines changed

Diff for: .gitignore

-62
Original file line numberDiff line numberDiff line change
@@ -355,14 +355,6 @@ lib/cmyth/Makefile
355355
/lib/pcre/libpcre/Debug
356356
/lib/pcre/libpcre/Release
357357

358-
# /lib/libapetag
359-
/lib/libapetag/Makefile
360-
/lib/libapetag/config.h
361-
/lib/libapetag/install-sh
362-
/lib/libapetag/libtool
363-
/lib/libapetag/m4/lt~obsolete.m4
364-
/lib/libapetag/stamp-h1
365-
366358
# /project
367359
/project/obj
368360
/project/output
@@ -422,7 +414,6 @@ lib/cmyth/Makefile
422414
/system/librtmp.dll
423415
/system/libexif.dll
424416
/system/libexpat.dll
425-
/system/libid3tag.dll
426417
/system/libidn-11.dll
427418
/system/libssh2.dll
428419
/system/libssl32.dll
@@ -1067,30 +1058,6 @@ lib/cmyth/Makefile
10671058
# /xbmc/music/karaoke/
10681059
/xbmc/music/karaoke/Makefile
10691060

1070-
# /lib/libapetag/
1071-
/lib/libapetag/Makefile
1072-
/lib/libapetag/libtool
1073-
/lib/libapetag/stamp-h1
1074-
/lib/libapetag/config.h
1075-
/lib/libapetag/Debug
1076-
/lib/libapetag/Release
1077-
/lib/libapetag/aclocal.m4
1078-
/lib/libapetag/config.guess
1079-
/lib/libapetag/config.h.in
1080-
/lib/libapetag/config.h.in~
1081-
/lib/libapetag/config.sub
1082-
/lib/libapetag/configure
1083-
/lib/libapetag/depcomp
1084-
/lib/libapetag/INSTALL
1085-
/lib/libapetag/ltmain.sh
1086-
/lib/libapetag/m4/libtool.m4
1087-
/lib/libapetag/m4/ltoptions.m4
1088-
/lib/libapetag/m4/ltsugar.m4
1089-
/lib/libapetag/m4/ltversion.m4
1090-
/lib/libapetag/m4/lt~obsolete.m4
1091-
/lib/libapetag/Makefile.in
1092-
/lib/libapetag/missing
1093-
10941061
# /lib/cmyth/
10951062
/lib/cmyth/Makefile.depend
10961063
/lib/cmyth/Win32/libcmyth.lib
@@ -1122,35 +1089,6 @@ lib/cmyth/Makefile
11221089
/lib/libhts/Win32/Debug
11231090
/lib/libhts/Win32/Release
11241091

1125-
# /lib/libid3tag/
1126-
/lib/libid3tag/Makefile
1127-
/lib/libid3tag/libid3tag/autom4te.cache
1128-
/lib/libid3tag/libid3tag/configure
1129-
/lib/libid3tag/libid3tag/Makefile
1130-
/lib/libid3tag/libid3tag/compat.c
1131-
/lib/libid3tag/libid3tag/config.h
1132-
/lib/libid3tag/libid3tag/frametype.c
1133-
/lib/libid3tag/libid3tag/libid3tag.list
1134-
/lib/libid3tag/libid3tag/libtool
1135-
/lib/libid3tag/libid3tag/stamp-h1
1136-
/lib/libid3tag/libid3tag/msvc++/Makefile
1137-
/lib/libid3tag/libid3tag/msvc++/libid3tag.lib
1138-
/lib/libid3tag/libid3tag/msvc++/Debug
1139-
/lib/libid3tag/libid3tag/msvc++/Release
1140-
/lib/libid3tag/libid3tag/aclocal.m4
1141-
/lib/libid3tag/libid3tag/config.guess
1142-
/lib/libid3tag/libid3tag/config.h.in
1143-
/lib/libid3tag/libid3tag/config.h.in~
1144-
/lib/libid3tag/libid3tag/config.sub
1145-
/lib/libid3tag/libid3tag/depcomp
1146-
/lib/libid3tag/libid3tag/INSTALL
1147-
/lib/libid3tag/libid3tag/install-sh
1148-
/lib/libid3tag/libid3tag/ltmain.sh
1149-
/lib/libid3tag/libid3tag/Makefile.in
1150-
/lib/libid3tag/libid3tag/missing
1151-
/lib/libid3tag/libid3tag/mkinstalldirs
1152-
/lib/libid3tag/libid3tag/msvc++/Makefile.in
1153-
11541092

11551093
# /xbmc/interfaces/
11561094
/xbmc/interfaces/Makefile

Diff for: bootstrap.mk

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
BOOTSTRAP_SUBDIRS += configure.in
2-
BOOTSTRAP_SUBDIRS += lib/libid3tag/libid3tag/configure.ac
32
BOOTSTRAP_SUBDIRS += xbmc/screensavers/rsxs-0.9/configure.ac
43
BOOTSTRAP_SUBDIRS += xbmc/visualizations/Goom/goom2k4-0/configure.in
5-
BOOTSTRAP_SUBDIRS += lib/libapetag/configure.in
64
BOOTSTRAP_SUBDIRS += lib/cpluff/configure.ac
75
BOOTSTRAP_SUBDIRS += lib/gtest/configure.ac
86

0 commit comments

Comments
 (0)