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
c8fbc22d
Commit
c8fbc22d
authored
Sep 15, 2001
by
Fabrice Bellard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
suppressed mpglib
Originally committed as revision 116 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
3d204385
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
Makefile
libavcodec/Makefile
+1
-8
No files found.
libavcodec/Makefile
View file @
c8fbc22d
...
...
@@ -6,7 +6,7 @@ LDFLAGS= -g
OBJS
=
common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o
\
mpegaudio.o ac3enc.o mjpeg.o resample.o dsputil.o
\
motion_est.o imgconvert.o imgresample.o msmpeg4.o
\
mpeg12.o h263dec.o rv10.o
mpeg12.o h263dec.o rv10.o
mpegaudiodec.o
ASM_OBJS
=
# currently using libac3 for ac3 decoding
...
...
@@ -16,13 +16,6 @@ OBJS+= ac3dec.o \
libac3/imdct.o libac3/parse.o
endif
# currently using mpglib for mpeg audio decoding
ifeq
($(CONFIG_MPGLIB),yes)
OBJS
+=
mpegaudiodec.o
\
mpglib/layer1.o mpglib/layer2.o mpglib/layer3.o
\
mpglib/dct64_i386.o mpglib/decode_i386.o mpglib/tabinit.o
endif
# i386 mmx specific stuff
ifeq
($(TARGET_MMX),yes)
OBJS
+=
i386/fdct_mmx.o i386/cputest.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