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
c7f1a2f5
Commit
c7f1a2f5
authored
May 05, 2006
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unconditionally clean AMR subdirs.
Originally committed as revision 5344 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
c787ba85
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
11 deletions
+2
-11
Makefile
libavcodec/Makefile
+2
-11
No files found.
libavcodec/Makefile
View file @
c7f1a2f5
...
...
@@ -240,14 +240,12 @@ AMROBJS=
ifeq
($(AMR_NB),yes)
AMROBJS
=
amr.o
OBJS
+=
amr_float/sp_dec.o amr_float/sp_enc.o amr_float/interf_dec.o amr_float/interf_enc.o
CLEANAMR
=
cleanamrfloat
endif
ifeq
($(AMR_NB_FIXED),yes)
AMROBJS
=
amr.o
EXTRAOBJS
+=
amr/
*
.o
EXTRADEPS
=
amrlibs
CLEANAMR
=
cleanamr
endif
ifeq
($(AMR_WB),yes)
...
...
@@ -258,7 +256,6 @@ OBJS+= amrwb_float/dec_acelp.o amrwb_float/dec_dtx.o amrwb_float/dec_gain.o \
amrwb_float/enc_dtx.o amrwb_float/enc_gain.o amrwb_float/enc_if.o
\
amrwb_float/enc_lpc.o amrwb_float/enc_main.o amrwb_float/enc_rom.o
\
amrwb_float/enc_util.o amrwb_float/if_rom.o
CLEANAMR
=
cleanamrwbfloat
endif
OBJS
+=
$(AMROBJS)
...
...
@@ -432,7 +429,7 @@ tests: apiexample cpuid_test $(TESTS)
dsputil.o
:
dsputil.c dsputil.h
clean
::
$(CLEANAMR)
clean
::
rm
-f
\
i386/
*
.o i386/
*
~
\
armv4l/
*
.o armv4l/
*
~
\
...
...
@@ -443,15 +440,9 @@ clean:: $(CLEANAMR)
sh4/
*
.o sh4/
*
~
\
sparc/
*
.o sparc/
*
~
\
liba52/
*
.o liba52/
*
~
\
amr_float/
*
.o
\
apiexample
$(TESTS)
cleanamr
:
$(MAKE)
-C
amr clean
cleanamrfloat
:
rm
-f
amr_float/
*
.o
cleanamrwbfloat
:
$(MAKE)
-C
amrwb_float
-f
makefile.gcc clean
# api example program
...
...
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