Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
998c1ee1
Commit
998c1ee1
authored
12 years ago
by
Diego Biurrun
Browse files
Options
Downloads
Patches
Plain Diff
configure: Have protocols select network code instead of depending on it
parent
5d471b73
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure
+7
-9
7 additions, 9 deletions
configure
with
7 additions
and
9 deletions
configure
+
7
−
9
View file @
998c1ee1
...
...
@@ -1705,10 +1705,8 @@ ffrtmpcrypt_protocol_deps_any="gcrypt nettle openssl"
ffrtmpcrypt_protocol_select
=
"tcp_protocol"
ffrtmphttp_protocol_deps
=
"!librtmp_protocol"
ffrtmphttp_protocol_select
=
"http_protocol"
gopher_protocol_deps
=
"network"
httpproxy_protocol_deps
=
"network"
gopher_protocol_select
=
"network"
httpproxy_protocol_select
=
"tcp_protocol"
http_protocol_deps
=
"network"
http_protocol_select
=
"tcp_protocol"
https_protocol_select
=
"tls_protocol"
librtmp_protocol_deps
=
"librtmp"
...
...
@@ -1717,7 +1715,7 @@ librtmps_protocol_deps="librtmp"
librtmpt_protocol_deps
=
"librtmp"
librtmpte_protocol_deps
=
"librtmp"
mmsh_protocol_select
=
"http_protocol"
mmst_protocol_
deps
=
"network"
mmst_protocol_
select
=
"network"
rtmp_protocol_deps
=
"!librtmp_protocol"
rtmp_protocol_select
=
"tcp_protocol"
rtmpe_protocol_select
=
"ffrtmpcrypt_protocol"
...
...
@@ -1727,11 +1725,12 @@ rtmpt_protocol_select="ffrtmphttp_protocol"
rtmpte_protocol_select
=
"ffrtmpcrypt_protocol ffrtmphttp_protocol"
rtmpts_protocol_select
=
"ffrtmphttp_protocol https_protocol"
rtp_protocol_select
=
"udp_protocol"
sctp_protocol_deps
=
"network struct_sctp_event_subscribe"
tcp_protocol_deps
=
"network"
sctp_protocol_deps
=
"struct_sctp_event_subscribe"
sctp_protocol_select
=
"network"
tcp_protocol_select
=
"network"
tls_protocol_deps_any
=
"openssl gnutls"
tls_protocol_select
=
"tcp_protocol"
udp_protocol_
deps
=
"network"
udp_protocol_
select
=
"network"
# filters
blackframe_filter_deps
=
"gpl"
...
...
@@ -1810,7 +1809,6 @@ enable $LIBRARY_LIST $PROGRAM_LIST
enable
asm
enable
debug
enable
doc
enable
network
enable
optimizations
enable
safe_bitstream_reader
enable
static
...
...
@@ -3296,7 +3294,7 @@ elif check_func dlopen -ldl; then
ldl
=
-ldl
fi
if
en
abled network
;
then
if
!
dis
abled network
;
then
check_type
"sys/types.h sys/socket.h"
socklen_t
check_type netdb.h
"struct addrinfo"
check_type netinet/in.h
"struct group_source_req"
-D_BSD_SOURCE
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment