Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
191c5f8f
Commit
191c5f8f
authored
Jul 13, 2011
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: move tests/seek_test.c to libavformat and reuse generic build rules
parent
2c4d7bf0
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
8 deletions
+3
-8
.gitignore
.gitignore
+0
-1
Makefile
libavformat/Makefile
+1
-1
seek-test.c
libavformat/seek-test.c
+0
-0
Makefile
tests/Makefile
+1
-5
fate-run.sh
tests/fate-run.sh
+1
-1
No files found.
.gitignore
View file @
191c5f8f
...
...
@@ -30,7 +30,6 @@ tests/audiogen
tests/base64
tests/data
tests/rotozoom
tests/seek_test
tests/tiny_psnr
tests/videogen
tests/vsynth1
...
...
libavformat/Makefile
View file @
191c5f8f
...
...
@@ -334,7 +334,7 @@ OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o
OBJS-$(CONFIG_JACK_INDEV)
+=
timefilter.o
EXAMPLES
=
metadata output
TESTPROGS
=
timefilter
TESTPROGS
=
seek
timefilter
TOOLS
=
pktdumper probetest
include
$(SRC_PATH)/subdir.mak
...
...
tests/seek_
test.c
→
libavformat/seek-
test.c
View file @
191c5f8f
File moved
tests/Makefile
View file @
191c5f8f
...
...
@@ -28,9 +28,6 @@ tests/data/asynth1.sw: tests/audiogen$(HOSTEXESUF)
tests/data/asynth1.sw tests/vsynth%/00.pgm
:
TAG = GEN
tests/seek_test$(EXESUF)
:
tests/seek_test.o $(FF_DEP_LIBS)
$(LD)
$(LDFLAGS)
-o
$@
$<
$(FF_EXTRALIBS)
include
$(SRC_PATH)/tests/fate.mak
include
$(SRC_PATH)/tests/fate2.mak
...
...
@@ -64,7 +61,7 @@ $(filter-out %-aref,$(FATE_ACODEC)): $(AREF)
$(filter-out %-vref,$(FATE_VCODEC))
:
$(VREF)
$(FATE_LAVF)
:
$(REFS)
$(FATE_LAVFI)
:
$(REFS) tools/lavfi-showfiltfmts$(EXESUF)
$(FATE_SEEK)
:
fate-codec fate-lavf
tests/seek_
test$(EXESUF)
$(FATE_SEEK)
:
fate-codec fate-lavf
libavformat/seek-
test$(EXESUF)
$(FATE_ACODEC)
:
CMD = codectest acodec
$(FATE_VSYNTH1)
:
CMD = codectest vsynth1
...
...
@@ -107,7 +104,6 @@ clean:: testclean
testclean
:
$(RM)
-r
tests/vsynth1 tests/vsynth2 tests/data
$(RM)
$
(
CLEANSUFFIXES:%
=
tests/%
)
$(RM)
tests/seek_test
$(EXESUF)
tests/seek_test.o
$(RM)
$
(
TESTTOOLS:%
=
tests/%
$(HOSTEXESUF)
)
-include
$(wildcard
tests/*.d)
...
...
tests/fate-run.sh
View file @
191c5f8f
...
...
@@ -104,7 +104,7 @@ seektest(){
file
=
$(
echo
tests/data/
$d
/
$file
)
;;
esac
$target_exec
$target_path
/
tests/seek_
test
$target_path
/
$file
$target_exec
$target_path
/
libavformat/seek-
test
$target_path
/
$file
}
mkdir
-p
"
$outdir
"
...
...
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