diff options
author | Ludmila Glinskih <lglinskih@gmail.com> | 2015-06-28 01:50:25 +0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-06-29 02:49:32 +0200 |
commit | ca3b27455234fbd216a1be088587c97a1927e316 (patch) | |
tree | 23185bc95e0e2495ebd1d73d5b9ec1b26bd4ae76 /tests/api/Makefile | |
parent | 02bd4d93c9df722fcd77153d2a894286cd96a491 (diff) | |
download | ffmpeg-ca3b27455234fbd216a1be088587c97a1927e316.tar.gz |
api-h264-test: build with another api test
Location of api-h264-test changed to special directory for api tests.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/api/Makefile')
-rw-r--r-- | tests/api/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/api/Makefile b/tests/api/Makefile index 9f82be2c29..704987e1ad 100644 --- a/tests/api/Makefile +++ b/tests/api/Makefile @@ -1,4 +1,5 @@ APITESTPROGS-$(call ENCDEC, FLAC, FLAC) += api-flac +APITESTPROGS-$(call DEMDEC, H264, H264) += api-h264 APITESTPROGS += $(APITESTPROGS-yes) APITESTOBJS := $(APITESTOBJS:%=$(APITESTSDIR)%) $(APITESTPROGS:%=$(APITESTSDIR)/%-test.o) |