Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
47876d66
Commit
47876d66
authored
Jul 16, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: cosmetics: drop some unnecessary backslashes
parent
7a249625
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
configure
configure
+7
-7
No files found.
configure
View file @
47876d66
...
@@ -2846,9 +2846,9 @@ if enabled network; then
...
@@ -2846,9 +2846,9 @@ if enabled network; then
if
check_header arpa/inet.h
;
then
if
check_header arpa/inet.h
;
then
check_func closesocket
check_func closesocket
elif
check_header winsock2.h
;
then
elif
check_header winsock2.h
;
then
check_func_headers winsock2.h closesocket
-lws2
&&
\
check_func_headers winsock2.h closesocket
-lws2
&&
network_extralibs
=
"-lws2"
||
\
network_extralibs
=
"-lws2"
||
{
check_func_headers winsock2.h closesocket
-lws2_32
&&
\
{
check_func_headers winsock2.h closesocket
-lws2_32
&&
network_extralibs
=
"-lws2_32"
;
}
network_extralibs
=
"-lws2_32"
;
}
check_func_headers ws2tcpip.h getaddrinfo
$network_extralibs
check_func_headers ws2tcpip.h getaddrinfo
$network_extralibs
check_type ws2tcpip.h socklen_t
check_type ws2tcpip.h socklen_t
...
@@ -3102,7 +3102,7 @@ check_ldflags -Wl,--warn-common
...
@@ -3102,7 +3102,7 @@ check_ldflags -Wl,--warn-common
check_ldflags
-Wl
,-rpath-link
=
libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil:libavresample
check_ldflags
-Wl
,-rpath-link
=
libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil:libavresample
test_ldflags
-Wl
,-Bsymbolic
&&
append SHFLAGS
-Wl
,-Bsymbolic
test_ldflags
-Wl
,-Bsymbolic
&&
append SHFLAGS
-Wl
,-Bsymbolic
enabled xmm_clobber_test
&&
\
enabled xmm_clobber_test
&&
check_ldflags
-Wl
,--wrap,avcodec_open2
\
check_ldflags
-Wl
,--wrap,avcodec_open2
\
-Wl
,--wrap,avcodec_decode_audio4
\
-Wl
,--wrap,avcodec_decode_audio4
\
-Wl
,--wrap,avcodec_decode_video2
\
-Wl
,--wrap,avcodec_decode_video2
\
...
@@ -3110,7 +3110,7 @@ enabled xmm_clobber_test && \
...
@@ -3110,7 +3110,7 @@ enabled xmm_clobber_test && \
-Wl
,--wrap,avcodec_encode_audio2
\
-Wl
,--wrap,avcodec_encode_audio2
\
-Wl
,--wrap,avcodec_encode_video
\
-Wl
,--wrap,avcodec_encode_video
\
-Wl
,--wrap,avcodec_encode_subtitle
\
-Wl
,--wrap,avcodec_encode_subtitle
\
-Wl
,--wrap,sws_scale
||
\
-Wl
,--wrap,sws_scale
||
disable xmm_clobber_test
disable xmm_clobber_test
echo
"X{};"
>
$TMPV
echo
"X{};"
>
$TMPV
...
@@ -3157,8 +3157,8 @@ if enabled icc; then
...
@@ -3157,8 +3157,8 @@ if enabled icc; then
# icc 11.0 and 11.1 work with ebp_available, but don't pass the test
# icc 11.0 and 11.1 work with ebp_available, but don't pass the test
enable
ebp_available
enable
ebp_available
if
enabled x86_32
;
then
if
enabled x86_32
;
then
test
${
icc_version
%%.*
}
-ge
11
&&
\
test
${
icc_version
%%.*
}
-ge
11
&&
check_cflags
-falign-stack
=
maintain-16-byte
||
\
check_cflags
-falign-stack
=
maintain-16-byte
||
disable aligned_stack
disable aligned_stack
fi
fi
elif
enabled ccc
;
then
elif
enabled ccc
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment