From b70d7a4ac72d23f3448f3b08b770fdf5f57de222 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 17 Apr 2014 12:51:03 +0200 Subject: lavc: add a native Opus decoder. Initial implementation by Andrew D'Addesio during GSoC 2012. Completion by Anton Khirnov , sponsored by the Mozilla Corporation. Further contributions by: Christophe Gisquet Janne Grunau Luca Barbato --- tests/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 004b44cc33..414c8f7dcd 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -93,6 +93,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 -- cgit v1.2.3