Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
7a7a6486
Commit
7a7a6486
authored
Feb 09, 2007
by
Diego Biurrun
Browse files
cosmetics: Reorder NUT entries.
Originally committed as revision 7892 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
d7c59247
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
libavformat/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