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
62641dce
Commit
62641dce
authored
Nov 29, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: cosmetics: Move CONFIG_RTPDEC entry to a more suitable place
parent
20162889
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
+19
-19
Makefile
libavformat/Makefile
+19
-19
No files found.
libavformat/Makefile
View file @
62641dce
...
...
@@ -22,6 +22,25 @@ OBJS = allformats.o \
utils.o
\
OBJS-$(CONFIG_NETWORK)
+=
network.o
OBJS-$(CONFIG_RTPDEC)
+=
rdt.o
\
rtp.o
\
rtpdec.o
\
rtpdec_amr.o
\
rtpdec_asf.o
\
rtpdec_g726.o
\
rtpdec_h263.o
\
rtpdec_h263_rfc2190.o
\
rtpdec_h264.o
\
rtpdec_ilbc.o
\
rtpdec_jpeg.o
\
rtpdec_latm.o
\
rtpdec_mpeg4.o
\
rtpdec_qcelp.o
\
rtpdec_qdm2.o
\
rtpdec_qt.o
\
rtpdec_svq3.o
\
rtpdec_vp8.o
\
rtpdec_xiph.o
# muxers/demuxers
OBJS-$(CONFIG_A64_MUXER)
+=
a64.o
rawenc.o
...
...
@@ -260,25 +279,6 @@ OBJS-$(CONFIG_RTP_MUXER) += rtp.o \
rtpenc_vp8.o
\
rtpenc_xiph.o
\
avc.o
OBJS-$(CONFIG_RTPDEC)
+=
rdt.o
\
rtp.o
\
rtpdec.o
\
rtpdec_amr.o
\
rtpdec_asf.o
\
rtpdec_g726.o
\
rtpdec_h263.o
\
rtpdec_h263_rfc2190.o
\
rtpdec_h264.o
\
rtpdec_ilbc.o
\
rtpdec_jpeg.o
\
rtpdec_latm.o
\
rtpdec_mpeg4.o
\
rtpdec_qcelp.o
\
rtpdec_qdm2.o
\
rtpdec_qt.o
\
rtpdec_svq3.o
\
rtpdec_vp8.o
\
rtpdec_xiph.o
OBJS-$(CONFIG_RTSP_DEMUXER)
+=
rtsp.o
rtspdec.o
httpauth.o
\
urldecode.o
OBJS-$(CONFIG_RTSP_MUXER)
+=
rtsp.o
rtspenc.o
httpauth.o
\
...
...
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