diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-07-13 02:09:19 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-07-13 13:27:15 +0200 |
commit | 191c5f8ff33eb995b6dbc5b11af7c1a79f8381f0 (patch) | |
tree | 6dd2a263ecbf87e6b57e917ec0ca7fbd639dd0cb /libavformat/Makefile | |
parent | 2c4d7bf0083fc79a144ffed84200412cbf3f603c (diff) | |
download | ffmpeg-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/Makefile | 2 |
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 |