This commit is contained in:
2026-04-30 14:40:47 +02:00
parent ca9e1878d8
commit 2606634c11
8 changed files with 6 additions and 0 deletions
+2
View File
@@ -10,6 +10,8 @@ all:
install: all
mkdir -p lib/$(SUBDIR)
@echo "copying from src/$(SUBDIR) to lib/$(SUBDIR)"
(cd src/$(SUBDIR);tar cf - . ) | (cd lib/$(SUBDIR); tar xvf - )
FILES=`ls build/*.so build-ffmpeg/*.so` 2>/dev/null; if [ "$$FILES" != "" ]; then cp $$FILES lib/$(SUBDIR); fi
FILES=`ls build/*.dll build-ffmpeg/*.dll` 2>/dev/null; if [ "$$FILES" != "" ]; then cp $$FILES lib/$(SUBDIR); fi
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
libtag.so.2
+1
View File
@@ -0,0 +1 @@
libtag.so.2.2.1
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
libtag_c.so.2
+1
View File
@@ -0,0 +1 @@
libtag_c.so.2.2.1
Binary file not shown.