summaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-07-13 02:09:19 +0200
committerDiego Biurrun <diego@biurrun.de>2011-07-13 13:27:15 +0200
commit191c5f8ff33eb995b6dbc5b11af7c1a79f8381f0 (patch)
tree6dd2a263ecbf87e6b57e917ec0ca7fbd639dd0cb /libavformat/Makefile
parent2c4d7bf0083fc79a144ffed84200412cbf3f603c (diff)
downloadffmpeg-streaming-191c5f8ff33eb995b6dbc5b11af7c1a79f8381f0.zip
ffmpeg-streaming-191c5f8ff33eb995b6dbc5b11af7c1a79f8381f0.tar.gz
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 ca337e0..917b38a 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
OpenPOWER on IntegriCloud