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
c6c46511
Commit
c6c46511
authored
Oct 05, 2006
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify test program build.
Originally committed as revision 6563 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
885e691a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
9 deletions
+4
-9
common.mak
common.mak
+3
-0
Makefile
libavcodec/Makefile
+1
-9
No files found.
common.mak
View file @
c6c46511
...
...
@@ -36,6 +36,9 @@ $(SLIBNAME_WITH_MAJOR): $(SHARED_OBJS)
%.o: %.cpp
g++ $(subst -Wall,,$(CFLAGS)) -c -o $@ $<
%: %.o $(LIB)
$(CC) $(LDFLAGS) -o $@ $^ $(EXTRALIBS)
depend dep: $(SRCS)
$(CC) -MM $(CFLAGS) $^ 1>.depend
...
...
libavcodec/Makefile
View file @
c6c46511
...
...
@@ -429,26 +429,18 @@ clean::
-
$(MAKE)
-C
amr clean
-
$(MAKE)
-C
amrwb_float
-f
makefile.gcc clean
# api example program
apiexample
:
apiexample.c $(LIB)
$(CC)
$(CFLAGS)
-o
$@
$^
$(EXTRALIBS)
apiexample
:
apiexample.o $(LIB)
# cpuid test
cpuid_test
:
i386/cputest.c
$(CC)
$(CFLAGS)
-D__TEST__
-o
$@
$<
# testing progs
imgresample-test
:
imgresample.c $(LIB)
$(CC)
$(CFLAGS)
-DTEST
-o
$@
$^
$(EXTRALIBS)
dct-test
:
dct-test.o fdctref.o $(LIB)
$(CC)
-o
$@
$^
$(EXTRALIBS)
motion-test
:
motion_test.o $(LIB)
$(CC)
-o
$@
$^
-lm
fft-test
:
fft-test.o $(LIB)
$(CC)
-o
$@
$^
$(EXTRALIBS)
.PHONY
:
amrlibs tests
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