git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
0746327
)
gstreamer1: fix compilation on armeb
author
Hauke Mehrtens
<redacted>
Wed, 17 Dec 2025 21:36:38 +0000
(22:36 +0100)
committer
Hannu Nyman
<redacted>
Sat, 20 Dec 2025 18:46:17 +0000
(20:46 +0200)
The build fails on xscale because the dependency to libatomic.so.1 is
missing.
Signed-off-by: Hauke Mehrtens <redacted>
multimedia/gstreamer1/Makefile
patch
|
blob
|
history
diff --git
a/multimedia/gstreamer1/Makefile
b/multimedia/gstreamer1/Makefile
index 5cf57bacce9ed7745099eeafe12b69a8eabda1df..cb61dc2607cf9bd326c7da9fe4c3efd6f150c4e1 100644
(file)
--- a/
multimedia/gstreamer1/Makefile
+++ b/
multimedia/gstreamer1/Makefile
@@
-101,7
+101,7
@@
endef
define Package/libgstreamer1
$(call Package/gstreamer1/Default)
TITLE+= library (core)
- DEPENDS+= +glib2 +libpthread +libxml2 +(powerpc||mips||mipsel):libatomic
+ DEPENDS+= +glib2 +libpthread +libxml2 +(
armeb||
powerpc||mips||mipsel):libatomic
HIDDEN:=1
endef
git clone https://git.99rst.org/PROJECT