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
19b8c988
Commit
19b8c988
authored
Jun 15, 2011
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compilation with --disable-everything --enable-encoder=ac3/ac3_fixed.
parent
c137fdd7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile
libavcodec/Makefile
+2
-2
No files found.
libavcodec/Makefile
View file @
19b8c988
...
...
@@ -62,9 +62,9 @@ OBJS-$(CONFIG_AAC_ENCODER) += aacenc.o aaccoder.o \
mpeg4audio.o
kbdwin.o
OBJS-$(CONFIG_AASC_DECODER)
+=
aasc.o
msrledec.o
OBJS-$(CONFIG_AC3_DECODER)
+=
ac3dec.o
ac3dec_data.o
ac3.o
kbdwin.o
OBJS-$(CONFIG_AC3_ENCODER)
+=
ac3enc_combined.o
ac3enc_fixed.o
ac3enc_float.o
ac3tab.o
ac3.o
kbdwin.o
OBJS-$(CONFIG_AC3_ENCODER)
+=
ac3enc_combined.o
ac3enc_fixed.o
ac3enc_float.o
ac3tab.o
ac3.o
kbdwin.o
ac3enc.o
OBJS-$(CONFIG_AC3_FLOAT_ENCODER)
+=
ac3enc_float.o
ac3tab.o
ac3tab.o
ac3.o
kbdwin.o
OBJS-$(CONFIG_AC3_FIXED_ENCODER)
+=
ac3enc_fixed.o
ac3tab.o
ac3tab.o
ac3.o
OBJS-$(CONFIG_AC3_FIXED_ENCODER)
+=
ac3enc_fixed.o
ac3tab.o
ac3tab.o
ac3.o
ac3enc.o
OBJS-$(CONFIG_ALAC_DECODER)
+=
alac.o
OBJS-$(CONFIG_ALAC_ENCODER)
+=
alacenc.o
OBJS-$(CONFIG_ALS_DECODER)
+=
alsdec.o
bgmc.o
mpeg4audio.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