mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-07 10:27:42 +00:00
libid3tag: don't depend on libmad
libid3tag doesn't use libmad.
This commit is contained in:
parent
8a00a1ac65
commit
aed6336f1f
@ -1,7 +1,6 @@
|
|||||||
config BR2_PACKAGE_LIBID3TAG
|
config BR2_PACKAGE_LIBID3TAG
|
||||||
bool "libid3tag"
|
bool "libid3tag"
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
depends on BR2_PACKAGE_LIBMAD
|
|
||||||
help
|
help
|
||||||
ID3 tag reading library from the MAD project.
|
ID3 tag reading library from the MAD project.
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ $(TARGET_DIR)/$(LIBID3TAG_TARGET_BIN): $(STAGING_DIR)/$(LIBID3TAG_TARGET_BIN)
|
|||||||
cp -dpf $(STAGING_DIR)/usr/lib/libid3tag.so* $(TARGET_DIR)/usr/lib/
|
cp -dpf $(STAGING_DIR)/usr/lib/libid3tag.so* $(TARGET_DIR)/usr/lib/
|
||||||
-$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libid3tag.so*
|
-$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libid3tag.so*
|
||||||
|
|
||||||
libid3tag: uclibc zlib libmad $(TARGET_DIR)/$(LIBID3TAG_TARGET_BIN)
|
libid3tag: uclibc zlib $(TARGET_DIR)/$(LIBID3TAG_TARGET_BIN)
|
||||||
|
|
||||||
libid3tag-source: $(DL_DIR)/$(LIBID3TAG_SOURCE)
|
libid3tag-source: $(DL_DIR)/$(LIBID3TAG_SOURCE)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user