This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
gst1-libav: Fix musl compatibility
Signed-off-by: Ted Hess <thess@kitschensync.net>
lilik-openwrt-22.03
Ted Hess
10 years ago
parent
63fa44476d
commit
4bd4272fff
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
multimedia/gst1-libav/Makefile
+ 1
- 1
multimedia/gst1-libav/Makefile
View File
@ -185,7 +185,7 @@ CONFIGURE_ARGS += \
--disable-yasm
"
# XXX: trick to force use of embedded Libav headers
TARGET_CFLAGS
+=
$(
TARGET_CPPFLAGS
)
TARGET_CFLAGS
+=
$(
TARGET_CPPFLAGS
)
-D_GNU_SOURCE
TARGET_CPPFLAGS
:=
TARGET_LDFLAGS
+=
$(
FPIC
)
Write
Preview
Loading…
Cancel
Save