Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-07-13 04:09:19 +0400
committerDiego Biurrun <diego@biurrun.de>2011-07-13 15:27:15 +0400
commit191c5f8ff33eb995b6dbc5b11af7c1a79f8381f0 (patch)
tree6dd2a263ecbf87e6b57e917ec0ca7fbd639dd0cb /libavformat/Makefile
parent2c4d7bf0083fc79a144ffed84200412cbf3f603c (diff)
build: move tests/seek_test.c to libavformat and reuse generic build rules
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index ca337e0167..917b38a0d8 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -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