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
3dc09ed1
Commit
3dc09ed1
authored
Feb 21, 2007
by
Diego Biurrun
Browse files
simplify i386 object handling
Originally committed as revision 8056 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
97bbb885
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
libavcodec/Makefile
libavcodec/Makefile
+2
-6
No files found.
libavcodec/Makefile
View file @
3dc09ed1
...
...
@@ -329,12 +329,8 @@ OBJS += i386/fdct_mmx.o \
i386/fft_3dn2.o
\
i386/snowdsp_mmx.o
\
ifeq
($(CONFIG_GPL),yes)
OBJS
+=
i386/idct_mmx.o
endif
ifeq
($(CONFIG_CAVS_DECODER),yes)
OBJS
+=
i386/cavsdsp_mmx.o
endif
OBJS-$(CONFIG_GPL)
+=
i386/idct_mmx.o
OBJS-$(CONFIG_CAVS_DECODER)
+=
i386/cavsdsp_mmx.o
endif
# armv4l specific stuff
...
...
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