diff options
author | Michael Niedermayer | 2014-05-15 14:50:12 +0200 |
---|---|---|
committer | Michael Niedermayer | 2014-05-15 18:20:17 +0200 |
commit | 2c7d3ecfc962fe2d2afa84cd347136060468fe0e (patch) | |
tree | c41ba636d60abccf4acaab315de41823967a033e /tests/Makefile | |
parent | 8b96f31817be57f0542834e7d6bdaecf2db6fd50 (diff) | |
parent | b70d7a4ac72d23f3448f3b08b770fdf5f57de222 (diff) |
Merge commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222'
* commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222':
lavc: add a native Opus decoder.
Conflicts:
Changelog
configure
libavcodec/version.h
Fate tests pass with both avresample as well as swresample based opus decoder, but
are disabled (reference files are very large so i want to think a day or 2 about
if theres an alternative or if they could be avoided, they also dont match the
official samples)
Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 7606a14b05..2a99199cb3 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -119,6 +119,7 @@ include $(SRC_PATH)/tests/fate/microsoft.mak include $(SRC_PATH)/tests/fate/monkeysaudio.mak include $(SRC_PATH)/tests/fate/mp3.mak include $(SRC_PATH)/tests/fate/mpc.mak +include $(SRC_PATH)/tests/fate/opus.mak include $(SRC_PATH)/tests/fate/pcm.mak include $(SRC_PATH)/tests/fate/probe.mak include $(SRC_PATH)/tests/fate/prores.mak |