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:
9a3f00d
)
gst1-libav: fix build on x86_64
author
Nicolas Thill
<redacted>
Mon, 22 Sep 2014 08:52:18 +0000
(10:52 +0200)
committer
Nicolas Thill
<redacted>
Mon, 22 Sep 2014 08:52:18 +0000
(10:52 +0200)
Disable yasm explicitely to fix build on x86_64 when yasm is not installed
Signed-off-by: Nicolas Thill <redacted>
multimedia/gst1-libav/Makefile
patch
|
blob
|
history
diff --git
a/multimedia/gst1-libav/Makefile
b/multimedia/gst1-libav/Makefile
index 340886138d180f173b06ccfd181d7d406baffdae..a4721ef9c47807ad73527c1dfdf1c892d3259f32 100644
(file)
--- a/
multimedia/gst1-libav/Makefile
+++ b/
multimedia/gst1-libav/Makefile
@@
-160,7
+160,8
@@
CONFIGURE_ARGS += \
--disable-parsers \
$(LIBAV_CONFIGURE_PARSERS) \
--disable-protocols \
- $(LIBAV_CONFIGURE_PROTOCOLS)"
+ $(LIBAV_CONFIGURE_PROTOCOLS) \
+ --disable-yasm"
# XXX: trick to force use of embedded Libav headers
TARGET_CFLAGS += $(TARGET_CPPFLAGS)
git clone https://git.99rst.org/PROJECT