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
826972c9
Commit
826972c9
authored
Sep 13, 2018
by
Marton Balint
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avformat/udp: use factorized ip functions
Signed-off-by:
Marton Balint
<
cus@passwd.hu
>
parent
45fa756f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
104 deletions
+23
-104
Makefile
libavformat/Makefile
+2
-2
udp.c
libavformat/udp.c
+21
-102
No files found.
libavformat/Makefile
View file @
826972c9
...
...
@@ -609,8 +609,8 @@ TLS-OBJS-$(CONFIG_OPENSSL) += tls_openssl.o
TLS-OBJS-$(CONFIG_SECURETRANSPORT)
+=
tls_securetransport.o
TLS-OBJS-$(CONFIG_SCHANNEL)
+=
tls_schannel.o
OBJS-$(CONFIG_TLS_PROTOCOL)
+=
tls.o
$(TLS-OBJS-yes)
OBJS-$(CONFIG_UDP_PROTOCOL)
+=
udp.o
OBJS-$(CONFIG_UDPLITE_PROTOCOL)
+=
udp.o
OBJS-$(CONFIG_UDP_PROTOCOL)
+=
udp.o
ip.o
OBJS-$(CONFIG_UDPLITE_PROTOCOL)
+=
udp.o
ip.o
OBJS-$(CONFIG_UNIX_PROTOCOL)
+=
unix.o
# external library protocols
...
...
libavformat/udp.c
View file @
826972c9
This diff is collapsed.
Click to expand it.
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