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
7a7a6486
Commit
7a7a6486
authored
Feb 09, 2007
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: Reorder NUT entries.
Originally committed as revision 7892 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
d7c59247
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Makefile
libavformat/Makefile
+6
-6
No files found.
libavformat/Makefile
View file @
7a7a6486
...
...
@@ -110,6 +110,8 @@ OBJS-$(CONFIG_MJPEG_MUXER) += raw.o
OBJS-$(CONFIG_RAWVIDEO_DEMUXER)
+=
raw.o
OBJS-$(CONFIG_RAWVIDEO_MUXER)
+=
raw.o
OBJS-$(CONFIG_NULL_MUXER)
+=
raw.o
OBJS-$(CONFIG_NUT_DEMUXER)
+=
nutdec.o
riff.o
#OBJS-$(CONFIG_NUT_MUXER) += nutenc.o riff.o
OBJS-$(CONFIG_RM_DEMUXER)
+=
rm.o
OBJS-$(CONFIG_RM_MUXER)
+=
rm.o
OBJS-$(CONFIG_SEGAFILM_DEMUXER)
+=
segafilm.o
...
...
@@ -133,6 +135,10 @@ OBJS-$(CONFIG_X11_GRAB_DEVICE_DEMUXER) += x11grab.o
OBJS-$(CONFIG_YUV4MPEGPIPE_MUXER)
+=
yuv4mpeg.o
OBJS-$(CONFIG_YUV4MPEGPIPE_DEMUXER)
+=
yuv4mpeg.o
# external libraries
OBJS-$(CONFIG_LIBNUT_DEMUXER)
+=
libnut.o
riff.o
OBJS-$(CONFIG_LIBNUT_MUXER)
+=
libnut.o
riff.o
OBJS
+=
framehook.o
ifeq
($(CONFIG_VIDEO4LINUX),yes)
...
...
@@ -165,12 +171,6 @@ OBJS+= udp.o tcp.o http.o rtsp.o rtp.o rtpproto.o mpegts.o base64.o rtp_h264.o
endif
endif
OBJS-$(CONFIG_LIBNUT_DEMUXER)
+=
libnut.o
riff.o
OBJS-$(CONFIG_LIBNUT_MUXER)
+=
libnut.o
riff.o
OBJS-$(CONFIG_NUT_DEMUXER)
+=
nutdec.o
riff.o
#OBJS-$(CONFIG_NUT_MUXER) += nutenc.o riff.o
NAME
=
avformat
ifeq
($(BUILD_SHARED),yes)
LIBVERSION
=
$(LAVFVERSION)
...
...
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