diff options
author | Mans Rullgard <mans@mansr.com> | 2011-07-03 16:07:37 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-07-03 17:17:16 +0100 |
commit | 03256d96e42f9fba88cc64751da925d65aa2e3f2 (patch) | |
tree | 1a7160eb0f0e59bf951df73c818868a8ebf22d7b /tests/Makefile | |
parent | 8c94eab011b1d2d1c5f70c2deff3a05e876fbb7d (diff) | |
download | ffmpeg-03256d96e42f9fba88cc64751da925d65aa2e3f2.tar.gz |
fate: move libavutil test rules to a separate file
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index e6640b35dd..f69acf7e23 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -43,6 +43,7 @@ include $(SRC_PATH)/tests/fate/amrnb.mak include $(SRC_PATH)/tests/fate/amrwb.mak include $(SRC_PATH)/tests/fate/fft.mak include $(SRC_PATH)/tests/fate/h264.mak +include $(SRC_PATH)/tests/fate/libavutil.mak include $(SRC_PATH)/tests/fate/mp3.mak include $(SRC_PATH)/tests/fate/vorbis.mak include $(SRC_PATH)/tests/fate/vp8.mak |