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
3dc09ed1
Commit
3dc09ed1
authored
Feb 21, 2007
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simplify i386 object handling
Originally committed as revision 8056 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
97bbb885
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
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